DanielViniciusAlves commited on
Commit
745f9dd
1 Parent(s): c833519

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 = "Cattle Type Classifier"
14
- examples = ['angus.jpg', 'red_angus.jpg', 'simmetal.jpg', 'charolais.jpg', 'hereford.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