23A066X commited on
Commit
610187b
1 Parent(s): 0529d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,6 +89,6 @@ description = "Using ssd_resnet50_v1_fpn_640x640_coco17_tpu-8"
89
  gr.Interface(fn=predict,
90
  title = title,
91
  description = description,
92
- inputs=gr.Image(type="pil", height=250),
93
- outputs=gr.Image(type="pil", height=250)
94
  ).launch(share=True)
 
89
  gr.Interface(fn=predict,
90
  title = title,
91
  description = description,
92
+ inputs=gr.Image(type="pil", height=400),
93
+ outputs=gr.Image(type="pil", height=400)
94
  ).launch(share=True)