Manikandan Sivanesan commited on
Commit
7622945
1 Parent(s): 17c9cc7

update example filename

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
15
  title = "Pet Breed Classifier"
16
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
17
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
18
- examples = ['beagle.jpg']
19
  interpretation='default'
20
  enable_queue=True
21
 
15
  title = "Pet Breed Classifier"
16
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
17
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
18
+ examples = ['beagle.png']
19
  interpretation='default'
20
  enable_queue=True
21