eivindthrondsen commited on
Commit
af4046c
·
1 Parent(s): 8548f23

Update app.py

Browse files

case sensitive JPG file name

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