AlexWortega commited on
Commit
a8bfd45
·
1 Parent(s): ab53135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def classify_image(inp):
189
 
190
  return texts
191
 
192
- image = gr.inputs.Image(shape=(128, 128))
193
  label = gr.outputs.Label(num_top_classes=3)
194
 
195
 
 
189
 
190
  return texts
191
 
192
+ image = gr.inputs.Image(shape=(256, 256))
193
  label = gr.outputs.Label(num_top_classes=3)
194
 
195