Shuo Wang commited on
Commit
2d3a2c6
1 Parent(s): f4473fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(img):
14
  title = "Bear Classifier"
15
  description = "A bear classifier trained on downloaded images of bear dataset with fastai."
16
  article="<p style='text-align: center'><a href='https://shuowangphd.github.io' target='_blank'>Back to my personal webpage.</a></p>"
17
- exa = ['grizzly.jpg']
18
  interpretation='default'
19
  enable_queue=True
20
 
 
14
  title = "Bear Classifier"
15
  description = "A bear classifier trained on downloaded images of bear dataset with fastai."
16
  article="<p style='text-align: center'><a href='https://shuowangphd.github.io' target='_blank'>Back to my personal webpage.</a></p>"
17
+ exa = ['grizzly.jpg','teddy.jpg']
18
  interpretation='default'
19
  enable_queue=True
20