jiehou commited on
Commit
7230859
1 Parent(s): 0a61baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def classify_image(img):
24
  return pred_class, dict(zip(categories, map(float,probs)))
25
 
26
  # Cell
27
- image = gr.Image(height=192, width=192)
28
 
29
  set_label = gr.Textbox(label="Predicted Class")
30
 
 
24
  return pred_class, dict(zip(categories, map(float,probs)))
25
 
26
  # Cell
27
+ image = gr.Image(height=360, width=360)
28
 
29
  set_label = gr.Textbox(label="Predicted Class")
30