MaziyarPanahi commited on
Commit
cef2cb2
·
unverified ·
1 Parent(s): 950c25c

update the design

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
176
  # print(json_data['choices'][0])
177
 
178
  msg.submit(
179
- user, [msg, chatbot], [msg, chatbot], queue=False, concurrency_limit=5
180
  ).then(
181
  bot,
182
  inputs=[
 
176
  # print(json_data['choices'][0])
177
 
178
  msg.submit(
179
+ user, [msg, chatbot], [msg, chatbot], queue=False, concurrency_limit=10
180
  ).then(
181
  bot,
182
  inputs=[