Spaces:
Sleeping
Sleeping
Commit
·
af4046c
1
Parent(s):
8548f23
Update app.py
Browse filescase sensitive JPG file name
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.
|
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 |
|