tatihden commited on
Commit
2bb5246
·
verified ·
1 Parent(s): 3e7b3d2

Update app.py

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