Spaces:
Running
on
Zero
Running
on
Zero
root
commited on
Commit
•
a125bc0
1
Parent(s):
9da6189
change size
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(title=model_name.split('/')[-1]) as demo:
|
|
128 |
inputs=[image_input, text_input]
|
129 |
)
|
130 |
with gr.Column(scale=7):
|
131 |
-
chatbot = gr.Chatbot(label="Ovis", layout="panel", height=
|
132 |
text_input.render()
|
133 |
with gr.Row():
|
134 |
send_btn = gr.Button("Send", variant="primary")
|
|
|
128 |
inputs=[image_input, text_input]
|
129 |
)
|
130 |
with gr.Column(scale=7):
|
131 |
+
chatbot = gr.Chatbot(label="Ovis", layout="panel", height=620, show_copy_button=True, latex_delimiters=latex_delimiters_set)
|
132 |
text_input.render()
|
133 |
with gr.Row():
|
134 |
send_btn = gr.Button("Send", variant="primary")
|