jerpint commited on
Commit
5666436
1 Parent(s): 1423dd4

remove deprecated args

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -109,5 +109,4 @@ with block:
109
  ).then(add_sources, inputs=[chatbot, response], outputs=[chatbot])
110
 
111
 
112
- block.queue(concurrency_count=16)
113
- block.launch(debug=True, share=False)
 
109
  ).then(add_sources, inputs=[chatbot, response], outputs=[chatbot])
110
 
111
 
112
+ block.launch()