freddyaboulton HF Staff commited on
Commit
16cf867
·
verified ·
1 Parent(s): e674021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as demo:
109
  info="Select a hf-compatible provider or type the url of your server, e.g. http://127.0.0.1:11434/v1 for ollama",
110
  allow_custom_value=True,
111
  )
112
- cb = gr.Chatbot(type="messages", height=600)
113
  webrtc = WebRTC(
114
  modality="audio",
115
  mode="send",
 
109
  info="Select a hf-compatible provider or type the url of your server, e.g. http://127.0.0.1:11434/v1 for ollama",
110
  allow_custom_value=True,
111
  )
112
+ cb = gr.Chatbot(type="messages", height=400)
113
  webrtc = WebRTC(
114
  modality="audio",
115
  mode="send",