xuyaxiong commited on
Commit
6d133ea
1 Parent(s): 4758961
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def classify_image(img):
14
  pred,idx,probs = learn.predict(img)
15
  return dict(zip(categories, map(float, probs)))
16
 
17
- image = Image(shape=(28,28))
18
  label = Label()
19
  examples = ['img_0.png', 'img_1.jpg']
20
 
 
14
  pred,idx,probs = learn.predict(img)
15
  return dict(zip(categories, map(float, probs)))
16
 
17
+ image = Image(shape=(192,192))
18
  label = Label()
19
  examples = ['img_0.png', 'img_1.jpg']
20