Tonic commited on
Commit
5db0c58
•
2 Parent(s): bb1a1ab b297085

Merge branch 'main' of https://huggingface.co/spaces/Tonic/Llava-Video

Browse files
Files changed (1) hide show
  1. app.py +3 -8
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(title)
123
- with gr.Row():
124
- with gr.Group():
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()