Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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",
|