Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def predict(img):
|
|
| 12 |
|
| 13 |
title = "Bear Classifier"
|
| 14 |
description = "A bear classifier trained on a bear dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
-
examples = ['bear.
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
title = "Bear Classifier"
|
| 14 |
description = "A bear classifier trained on a bear dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
+
examples = ['bear.jpeg']
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|