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