michael20at commited on
Commit
b12be9d
·
verified ·
1 Parent(s): 32730a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify_image(img):
9
  pred,idx,probs = learn.predict(img)
10
  return pred
11
 
12
- image = gr.Image(shape=(192,192))
13
  label = gr.Label()
14
  examples = ["5.png"]
15
 
 
9
  pred,idx,probs = learn.predict(img)
10
  return pred
11
 
12
+ image = gr.Image()
13
  label = gr.Label()
14
  examples = ["5.png"]
15