AG42 commited on
Commit
7f4982e
·
verified ·
1 Parent(s): 0c2256a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def predict(img):
12
 
13
  title = "Bear Classifier"
14
  description = "A bear classifier trained on data from the internet. Made using fastai."
 
15
  examples = ['bear.jpg']
16
  interpretation='default'
17
  enable_queue=True
 
12
 
13
  title = "Bear Classifier"
14
  description = "A bear classifier trained on data from the internet. Made using fastai."
15
+ article = "bears"
16
  examples = ['bear.jpg']
17
  interpretation='default'
18
  enable_queue=True