Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks(css=".gradio-container {background-color: rgb(187 247 208)}") as
|
|
107 |
top_k], chat_b)
|
108 |
stop_btn.click(None, None, None, cancels=[go, chat_sub])
|
109 |
clear_btn.click(clear_fn, None, [chat_b])
|
110 |
-
app.queue(default_concurrency_limit=10).launch()
|
|
|
107 |
top_k], chat_b)
|
108 |
stop_btn.click(None, None, None, cancels=[go, chat_sub])
|
109 |
clear_btn.click(clear_fn, None, [chat_b])
|
110 |
+
app.queue(default_concurrency_limit=10,type="messages").launch()
|