cls00 commited on
Commit
d4f0e42
·
verified ·
1 Parent(s): d4e945d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def classify_image(img):
28
  # %% ../app.ipynb 8
29
  im_size = 128
30
 
31
- image = gr.Image(height=128, width=128)
32
  label = gr.Label()
33
  examples = ['city.jpg',
34
  'town.jpg',
 
28
  # %% ../app.ipynb 8
29
  im_size = 128
30
 
31
+ image = gr.Image()
32
  label = gr.Label()
33
  examples = ['city.jpg',
34
  'town.jpg',