Spaces:
Running
on
Zero
Running
on
Zero
markany-yhkwon
commited on
Commit
·
72609b8
1
Parent(s):
650d22c
bug fix
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ if __name__ == "__main__":
|
|
102 |
with gr.Column():
|
103 |
input_image = gr.Image(type="pil")
|
104 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
105 |
-
run_button = gr.Button(
|
106 |
with gr.Accordion("Advanced options", open=False):
|
107 |
box_threshold = gr.Slider(
|
108 |
label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.001
|
|
|
102 |
with gr.Column():
|
103 |
input_image = gr.Image(type="pil")
|
104 |
grounding_caption = gr.Textbox(label="Detection Prompt")
|
105 |
+
run_button = gr.Button("Run")
|
106 |
with gr.Accordion("Advanced options", open=False):
|
107 |
box_threshold = gr.Slider(
|
108 |
label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.001
|