pokkiri commited on
Commit
250613d
1 Parent(s): f7b026d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image (img):
20
  return dict(zip(categories, map(float, probs)))
21
 
22
  # %% app.ipynb 10
23
- image = gr.Image(shape=(192,192))
24
  label = gr.Label()
25
  examples = ['building.jpg', 'damaged_building.jpg']
26
 
 
20
  return dict(zip(categories, map(float, probs)))
21
 
22
  # %% app.ipynb 10
23
+ image = gr.Image()
24
  label = gr.Label()
25
  examples = ['building.jpg', 'damaged_building.jpg']
26