Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css="""
|
|
194 |
)
|
195 |
|
196 |
with gr.Column():
|
197 |
-
output_think = gr.Textbox(label="Model Response", lines=
|
198 |
|
199 |
btn_think.click(fn=think_infer, inputs=[audio_input_think, prompt_input_think], outputs=output_think)
|
200 |
# ---------------- MULTI-TURN CHAT ----------------
|
|
|
194 |
)
|
195 |
|
196 |
with gr.Column():
|
197 |
+
output_think = gr.Textbox(label="Model Response", lines=30)
|
198 |
|
199 |
btn_think.click(fn=think_infer, inputs=[audio_input_think, prompt_input_think], outputs=output_think)
|
200 |
# ---------------- MULTI-TURN CHAT ----------------
|