annading commited on
Commit
d646e8a
·
1 Parent(s): dd74532

updated instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
59
  with gr.Row():
60
  with gr.Column():
61
  input = gr.Video(label="Input Video", interactive=True)
62
- grounding_caption = gr.Textbox(label="What do you want to detect? (Muliple species should be separated by commas. i.e. 'baboons, chimpanzees')")
63
  with gr.Accordion("Advanced Options", open=False):
64
  box_threshold = gr.Slider(
65
  label="Box Threshold",
 
59
  with gr.Row():
60
  with gr.Column():
61
  input = gr.Video(label="Input Video", interactive=True)
62
+ grounding_caption = gr.Textbox(label="What do you want to detect? (Muliple species should be separated by commas. i.e. 'baboon, chimpanzee')")
63
  with gr.Accordion("Advanced Options", open=False):
64
  box_threshold = gr.Slider(
65
  label="Box Threshold",