Tonic commited on
Commit
333bbc5
1 Parent(s): 1488686
Files changed (1) hide show
  1. app.py +3 -3
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("Submit")
136
- output = gr.Textbox(label="Response")
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,