Spaces:
Sleeping
Sleeping
atualizando imagens
Browse files- app.py +1 -1
- assets/abajur.png +0 -0
- assets/cadeira.png +0 -0
- assets/copo.png +0 -0
- assets/pedestre.png +0 -0
- assets/poste.png +0 -0
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/stop.png', 'assets/cone.png', 'assets/pedestre.png', '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/stop.png', 'assets/cone.png', 'assets/pedestre.png', 'assets/copo.png', 'assets/cadeira.png']
|
| 15 |
interpretation='default'
|
| 16 |
enable_queue=True
|
| 17 |
|
assets/abajur.png
DELETED
|
Binary file (2.64 kB)
|
|
|
assets/cadeira.png
ADDED
|
assets/copo.png
ADDED
|
assets/pedestre.png
CHANGED
|
|
assets/poste.png
DELETED
|
Binary file (2.76 kB)
|
|
|