ErickMVdO commited on
Commit
ae64411
1 Parent(s): bc6ec9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/copo.png', 'assets/cadeira.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/cone.png', 'assets/copo.png', 'assets/cadeira.png']
15
  interpretation='default'
16
  enable_queue=True
17