Spaces:
Running
on
Zero
Running
on
Zero
add demo
Browse files
app.py
CHANGED
@@ -131,9 +131,9 @@ with gr.Blocks() as demo:
|
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
video_input = gr.Video()
|
134 |
-
question_input = gr.Textbox(label="Question", placeholder="Ask a question about the video...")
|
135 |
-
submit_button = gr.Button("
|
136 |
-
|
137 |
|
138 |
submit_button.click(
|
139 |
fn=gradio_interface,
|
|
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
video_input = gr.Video()
|
134 |
+
question_input = gr.Textbox(label="🙋🏻♂️User Question", placeholder="Ask a question about the video...")
|
135 |
+
submit_button = gr.Button("Ask🌋📹LLaVA-Video")
|
136 |
+
output = gr.Textbox(label="🌋📹LLaVA-Video")
|
137 |
|
138 |
submit_button.click(
|
139 |
fn=gradio_interface,
|