Update app.py
Browse files
app.py
CHANGED
@@ -349,7 +349,7 @@ class VideoQA:
|
|
349 |
with gr.Row():
|
350 |
video = gr.Video(elem_classes="videosize")
|
351 |
with gr.Row():
|
352 |
-
query = gr.Textbox("Query")
|
353 |
with gr.Row():
|
354 |
output_video = gr.Video(elem_classes="videosize")
|
355 |
|
|
|
349 |
with gr.Row():
|
350 |
video = gr.Video(elem_classes="videosize")
|
351 |
with gr.Row():
|
352 |
+
query = gr.Textbox(label="Query")
|
353 |
with gr.Row():
|
354 |
output_video = gr.Video(elem_classes="videosize")
|
355 |
|