Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ def predict(img):
|
|
| 12 |
|
| 13 |
title = "Bear Classifier"
|
| 14 |
description = "A bear classifier trained on data from the internet. Made using fastai."
|
|
|
|
| 15 |
examples = ['bear.jpg']
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
|
|
|
| 12 |
|
| 13 |
title = "Bear Classifier"
|
| 14 |
description = "A bear classifier trained on data from the internet. Made using fastai."
|
| 15 |
+
article = "bears"
|
| 16 |
examples = ['bear.jpg']
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|