ErickMVdO commited on
Commit
f0d6e48
1 Parent(s): bf5c7be

atualizando imagens

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/stop.png', 'assets/cone.png', 'assets/pedestre.png', 'assets/abajur.png', 'assets/poste.png']
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)