LaoCzi commited on
Commit
3eb9256
·
1 Parent(s): 0079c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks(css=css) as demo:
90
  msg.submit(respond, [msg, chatbot], [msg, chatbot, context])
91
 
92
 
93
- demo.launch(debug=True, queue=False)
 
90
  msg.submit(respond, [msg, chatbot], [msg, chatbot, context])
91
 
92
 
93
+ demo.launch(debug=True)