Spaces:
Sleeping
Sleeping
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 = "Identifica Objeto"
|
| 14 |
-
examples = ['assets/
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
|
|
|
| 11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
| 12 |
|
| 13 |
title = "Identifica Objeto"
|
| 14 |
+
examples = ['assets/pare.png', 'assets/cone.png', 'assets/pe.png', 'assets/copo.png', 'assets/cadeira.png']
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|