Spaces:
Runtime error
Runtime error
Amar Gill
commited on
Commit
·
7e642dd
1
Parent(s):
832be83
add poodle example pic
Browse files- app.py +1 -1
- poodle.jpg +0 -0
app.py
CHANGED
@@ -21,7 +21,7 @@ def predict(img):
|
|
21 |
title = "Pet Breed Classifier"
|
22 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
23 |
article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
24 |
-
examples = ["siamese.PNG"]
|
25 |
interpretation = "default"
|
26 |
enable_queue = True
|
27 |
|
|
|
21 |
title = "Pet Breed Classifier"
|
22 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
23 |
article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
24 |
+
examples = ["siamese.PNG", "poodle.jpg"]
|
25 |
interpretation = "default"
|
26 |
enable_queue = True
|
27 |
|
poodle.jpg
ADDED