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