Spaces:
Running
on
Zero
Running
on
Zero
Merge branch 'main' of https://huggingface.co/spaces/Tonic/Llava-Video
Browse files
app.py
CHANGED
@@ -119,14 +119,9 @@ def gradio_interface(video_file, question):
|
|
119 |
return response
|
120 |
|
121 |
with gr.Blocks() as demo:
|
122 |
-
gr.Markdown(
|
123 |
-
|
124 |
-
|
125 |
-
gr.Markdown(description1)
|
126 |
-
with gr.Group():
|
127 |
-
gr.Markdown(description2)
|
128 |
-
with gr.Accordion("Join Us", open=False):
|
129 |
-
gr.Markdown(join_us)
|
130 |
with gr.Row():
|
131 |
with gr.Column():
|
132 |
video_input = gr.Video()
|
|
|
119 |
return response
|
120 |
|
121 |
with gr.Blocks() as demo:
|
122 |
+
gr.Markdown("# LLaVA-Video-7B-Qwen2 Demo")
|
123 |
+
gr.Markdown("Upload a video and ask a question about it.")
|
124 |
+
|
|
|
|
|
|
|
|
|
|
|
125 |
with gr.Row():
|
126 |
with gr.Column():
|
127 |
video_input = gr.Video()
|