Spaces:
Sleeping
Sleeping
Update app.py
Browse filesCommented out interpretation
app.py
CHANGED
|
@@ -16,7 +16,7 @@ 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 = ['siamese.jpg']
|
| 19 |
-
interpretation='default'
|
| 20 |
enable_queue=True
|
| 21 |
|
| 22 |
# fix by removing "outputs." and "inputs."
|
|
|
|
| 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 = ['siamese.jpg']
|
| 19 |
+
# fix: interpretation='default'
|
| 20 |
enable_queue=True
|
| 21 |
|
| 22 |
# fix by removing "outputs." and "inputs."
|