chanduhf commited on
Commit
eb5f4fe
1 Parent(s): 286b504

Update app.py

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