annading commited on
Commit
6e81f41
1 Parent(s): 5f5377f

Fixed 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. 'baboon, chimpanzee')")
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? (Multiple species should be separated by periods. i.e. 'baboon . chimpanzee .')")
63
  with gr.Accordion("Advanced Options", open=False):
64
  box_threshold = gr.Slider(
65
  label="Box Threshold",