Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
248 |
inputs=[image_query, image_upload]
|
249 |
)
|
250 |
with gr.TabItem("Video Inference"):
|
251 |
-
video_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
|
252 |
video_upload = gr.Video(label="Video")
|
253 |
video_submit = gr.Button("Submit", elem_classes="submit-btn")
|
254 |
gr.Examples(
|
|
|
248 |
inputs=[image_query, image_upload]
|
249 |
)
|
250 |
with gr.TabItem("Video Inference"):
|
251 |
+
video_query = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query here...")
|
252 |
video_upload = gr.Video(label="Video")
|
253 |
video_submit = gr.Button("Submit", elem_classes="submit-btn")
|
254 |
gr.Examples(
|