fmajer commited on
Commit
936d198
·
1 Parent(s): 5cc86e0

input 340x600

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ the model will binarize each propability based on set eval_threshold.
90
  demo = gr.Interface(
91
  query_image,
92
  #inputs=[gr.Image(), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
93
- inputs=[gr.Image(type='numpy', label='input_img').style(height=400, width=600), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
94
  #outputs="image",
95
  outputs=gr.Image(type='numpy', label='output').style(height=600, width=600),
96
  title="Object Detection Using Textual Queries",
 
90
  demo = gr.Interface(
91
  query_image,
92
  #inputs=[gr.Image(), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
93
+ inputs=[gr.Image(type='numpy', label='input_img').style(height=340, width=600), "text", "checkbox", gr.Slider(0, 1, value=0.25)],
94
  #outputs="image",
95
  outputs=gr.Image(type='numpy', label='output').style(height=600, width=600),
96
  title="Object Detection Using Textual Queries",