Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
184 |
-
image = gr.Image(type="pil", label="
|
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)
|