Anonumous commited on
Commit
55e2d03
·
1 Parent(s): 77346f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ def classify_image(inp):
230
  ans = get_ans(prefix, text)
231
  return texts
232
 
233
- image = gr.inputs.Image(shape=(256, 256))
234
  label = gr.outputs.Label(num_top_classes=3)
235
 
236
 
 
230
  ans = get_ans(prefix, text)
231
  return texts
232
 
233
+ image = gr.inputs.Image(shape=(196, 196))
234
  label = gr.outputs.Label(num_top_classes=3)
235
 
236