Spaces:
Runtime error
Runtime error
LanguageBind
commited on
Commit
•
7326b2e
1
Parent(s):
c9c92ac
Update app.py
Browse files
app.py
CHANGED
@@ -176,10 +176,6 @@ with gr.Blocks(title='Video-LLaVA🚀', theme=gr.themes.Default(), css=block_css
|
|
176 |
f"{cur_dir}/examples/waterview.jpg",
|
177 |
"What are the things I should be cautious about when I visit here?",
|
178 |
],
|
179 |
-
[
|
180 |
-
f"{cur_dir}/examples/glove.jpg",
|
181 |
-
"What happens when the glove drops?",
|
182 |
-
],
|
183 |
[
|
184 |
f"{cur_dir}/examples/desert.jpg",
|
185 |
"If there are factual errors in the questions, point it out; if not, proceed answering the question. What’s happening in the desert?",
|
@@ -189,7 +185,7 @@ with gr.Blocks(title='Video-LLaVA🚀', theme=gr.themes.Default(), css=block_css
|
|
189 |
)
|
190 |
|
191 |
with gr.Column(scale=7):
|
192 |
-
chatbot = gr.Chatbot(label="Video-LLaVA", bubble_full_width=True).style(height=
|
193 |
with gr.Row():
|
194 |
with gr.Column(scale=8):
|
195 |
textbox.render()
|
|
|
176 |
f"{cur_dir}/examples/waterview.jpg",
|
177 |
"What are the things I should be cautious about when I visit here?",
|
178 |
],
|
|
|
|
|
|
|
|
|
179 |
[
|
180 |
f"{cur_dir}/examples/desert.jpg",
|
181 |
"If there are factual errors in the questions, point it out; if not, proceed answering the question. What’s happening in the desert?",
|
|
|
185 |
)
|
186 |
|
187 |
with gr.Column(scale=7):
|
188 |
+
chatbot = gr.Chatbot(label="Video-LLaVA", bubble_full_width=True).style(height=750)
|
189 |
with gr.Row():
|
190 |
with gr.Column(scale=8):
|
191 |
textbox.render()
|