codelion commited on
Commit
e38c429
1 Parent(s): fe405d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(text="Run")
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