Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,6 @@ def predict(img):
|
|
| 21 |
# Set up the Gradio interface with relevant information
|
| 22 |
title = "What's my Pet Breed?"
|
| 23 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 24 |
-
#article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
|
| 25 |
-
examples = ['cat.jpeg']
|
| 26 |
interpretation='default'
|
| 27 |
enable_queue=True
|
| 28 |
|
|
|
|
| 21 |
# Set up the Gradio interface with relevant information
|
| 22 |
title = "What's my Pet Breed?"
|
| 23 |
description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
|
|
|
|
|
|
| 24 |
interpretation='default'
|
| 25 |
enable_queue=True
|
| 26 |
|