input 340x600
Browse files
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=
|
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",
|