Dennis Cahillane commited on
Commit
ac7a9e4
1 Parent(s): 6b80f6c

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastai.vision.all import *
2
  import gradio as gr
3
  title = 'Westworld host detector'
4
- description = 'Avoid being killed by a host disguised as a human using this detector'
5
  learn = load_learner('westworld2.pkl')
6
  labels = learn.dls.vocab
7
  def predict(img):
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
  title = 'Westworld host detector'
4
+ description = 'Upload a picture of someone to find out whether they are a Host or human.'
5
  learn = load_learner('westworld2.pkl')
6
  labels = learn.dls.vocab
7
  def predict(img):