Spaces:
Sleeping
Sleeping
Commit ·
745f9dd
1
Parent(s): c833519
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def predict(img):
|
|
| 11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
| 12 |
|
| 13 |
title = "Cattle Type Classifier"
|
| 14 |
-
examples = ['angus.jpg', 'red_angus.jpg', '
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
|
|
|
| 11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
| 12 |
|
| 13 |
title = "Cattle Type Classifier"
|
| 14 |
+
examples = ['angus.jpg', 'red_angus.jpg', 'simmental.jpg', 'charolais.jpg', 'hereford.jpg']
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|