SreyanG-NVIDIA commited on
Commit
253048f
·
verified ·
1 Parent(s): 4ae6408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=15)
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 ----------------