Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -337,7 +337,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
337 |
inputs=[image_query, image_upload]
|
338 |
)
|
339 |
with gr.TabItem("Video Inference"):
|
340 |
-
video_query = gr.Textbox(label="Query Input
|
341 |
video_upload = gr.Video(label="Video")
|
342 |
video_submit = gr.Button("Submit", elem_classes="submit-btn")
|
343 |
gr.Examples(
|
|
|
337 |
inputs=[image_query, image_upload]
|
338 |
)
|
339 |
with gr.TabItem("Video Inference"):
|
340 |
+
video_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
341 |
video_upload = gr.Video(label="Video")
|
342 |
video_submit = gr.Button("Submit", elem_classes="submit-btn")
|
343 |
gr.Examples(
|