Spaces:
Running
on
Zero
Running
on
Zero
玙珲
commited on
Commit
·
fdd0b9c
1
Parent(s):
0f5e0af
height fix
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ def build_demo(model_path: str):
|
|
303 |
inputs=[video_input, prompt_input])
|
304 |
|
305 |
with gr.Column(scale=7):
|
306 |
-
chatbot = gr.Chatbot(label="Ovis", height=
|
307 |
prompt_input.render()
|
308 |
with gr.Row():
|
309 |
generate_btn = gr.Button("Send", variant="primary")
|
|
|
303 |
inputs=[video_input, prompt_input])
|
304 |
|
305 |
with gr.Column(scale=7):
|
306 |
+
chatbot = gr.Chatbot(label="Ovis", height=600, show_copy_button=True, layout="panel", latex_delimiters=latex_delimiters_set)
|
307 |
prompt_input.render()
|
308 |
with gr.Row():
|
309 |
generate_btn = gr.Button("Send", variant="primary")
|