mriz commited on
Commit
57bda5f
·
1 Parent(s): 09e1c1a

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Bear Classifier"
14
  description = "A bear classifier trained on a bear dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
15
- examples = ['bear.jpg']
16
  interpretation='default'
17
  enable_queue=True
18
 
 
12
 
13
  title = "Bear Classifier"
14
  description = "A bear classifier trained on a bear dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
15
+ examples = ['bear.jpeg']
16
  interpretation='default'
17
  enable_queue=True
18