ManishThota commited on
Commit
ee0b20a
1 Parent(s): 066538a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ with gr.Blocks(css = css) as app:
180
  ### 4. Ability to integrate a Large Language Model and Vision Encoder
181
  """)
182
  with gr.Row():
183
- video = gr.Video(label="Upload your video here")
184
- image = gr.Image(type="pil", label="Upload or Drag an Image")
185
  with gr.Row():
186
  with gr.Column():
187
  question = gr.Textbox(label="Question", placeholder="Annotate prompt", lines=4.3)
 
180
  ### 4. Ability to integrate a Large Language Model and Vision Encoder
181
  """)
182
  with gr.Row():
183
+ video = gr.Video(label="Video")
184
+ image = gr.Image(type="pil", label="Image")
185
  with gr.Row():
186
  with gr.Column():
187
  question = gr.Textbox(label="Question", placeholder="Annotate prompt", lines=4.3)