Severian commited on
Commit
21878e5
·
1 Parent(s): a948040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,5 +69,5 @@ demo = gr.ChatInterface(
69
  clear_btn="Clear",
70
 
71
  )
72
-
73
- demo.launch()
 
69
  clear_btn="Clear",
70
 
71
  )
72
+ demo.queue(concurrency_count=1, max_size=5)
73
+ demo.launch(max_treads=10)