Sultannn commited on
Commit
5f35443
1 Parent(s): 15fd999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def main(input_img, models):
50
 
51
  # define params
52
 
53
- input = [gr.inputs.Image(shape=(512, 512),label = "Input Image"),
54
  gr.inputs.Dropdown(choices= choices, type="value", default='YOLOXS', label="Model")]
55
 
56
  output = gr.outputs.Image(type="plot", label="Output Image")
 
50
 
51
  # define params
52
 
53
+ input = [gr.inputs.Image(shape=(2000, 1500),label = "Input Image"),
54
  gr.inputs.Dropdown(choices= choices, type="value", default='YOLOXS', label="Model")]
55
 
56
  output = gr.outputs.Image(type="plot", label="Output Image")