Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|
96 |
with gr.Column():
|
97 |
input_image = gr.Image(type="pil")
|
98 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
99 |
-
run_button = gr.Button(
|
100 |
with gr.Accordion("Advanced options", open=False):
|
101 |
box_threshold = gr.Slider(
|
102 |
label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.001
|
|
|
96 |
with gr.Column():
|
97 |
input_image = gr.Image(type="pil")
|
98 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
99 |
+
run_button = gr.Button()
|
100 |
with gr.Accordion("Advanced options", open=False):
|
101 |
box_threshold = gr.Slider(
|
102 |
label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.001
|