kz919 commited on
Commit
55fe249
·
verified ·
1 Parent(s): ca08c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,4 +103,4 @@ with gr.Blocks() as demo:
103
  msg.submit(respond, [msg, chatbot, persona_input, quotes_input], [msg, chatbot])
104
  clear.click(lambda: None, None, chatbot, queue=False)
105
 
106
- demo.queue(max_size=1, default_concurrency_limit=1).launch(show_api=False)
 
103
  msg.submit(respond, [msg, chatbot, persona_input, quotes_input], [msg, chatbot])
104
  clear.click(lambda: None, None, chatbot, queue=False)
105
 
106
+ demo.launch(show_api=False)