whichlight commited on
Commit
79e703c
·
1 Parent(s): 19f236b

updating image size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict(img):
38
 
39
  iface = gr.Interface(
40
  fn=predict,
41
- inputs=gr.inputs.Image(shape=(512, 512)),
42
  outputs=gr.outputs.Label(),
43
  title=title,
44
  description=description,
 
38
 
39
  iface = gr.Interface(
40
  fn=predict,
41
+ inputs=gr.inputs.Image(shape=(192, 192)),
42
  outputs=gr.outputs.Label(),
43
  title=title,
44
  description=description,