Severian commited on
Commit
273bf45
·
1 Parent(s): 315d81c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ demo = gr.ChatInterface(
94
  clear_btn="Start Over",
95
  css=css # Apply the custom CSS defined above
96
  )
97
- demo.launch(max_threads=10)
 
94
  clear_btn="Start Over",
95
  css=css # Apply the custom CSS defined above
96
  )
97
+ demo.launch()