Fixed instructions
Browse files
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? (
|
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",
|