Severian commited on
Commit
315d81c
·
1 Parent(s): 361c897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -92,7 +92,6 @@ demo = gr.ChatInterface(
92
  theme="h2o",
93
  undo_btn="Delete Previous",
94
  clear_btn="Start Over",
95
- enable_queue=True,
96
  css=css # Apply the custom CSS defined above
97
  )
98
  demo.launch(max_threads=10)
 
92
  theme="h2o",
93
  undo_btn="Delete Previous",
94
  clear_btn="Start Over",
 
95
  css=css # Apply the custom CSS defined above
96
  )
97
  demo.launch(max_threads=10)