jackesfonseca commited on
Commit
b1e0431
·
1 Parent(s): 6209666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def is_safe(x): return x[0].isupper()
12
  learn = load_learner('model.pkl')
13
 
14
  # Cell
15
- categories = ('asphalt', 'grass', 'danger')
16
 
17
  def classify_image(img):
18
  pred,idx,probs = learn.predict(img)
 
12
  learn = load_learner('model.pkl')
13
 
14
  # Cell
15
+ categories = ('asphalt', 'danger', 'grass')
16
 
17
  def classify_image(img):
18
  pred,idx,probs = learn.predict(img)