srinuksv commited on
Commit
b69f17d
1 Parent(s): 0a74257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ with gr.Blocks() as demo:
101
  outputs=[system_state, system_input, chatbot],
102
  concurrency_limit = 40)
103
 
104
- demo.queue(api_open=False)
105
  demo.launch(max_threads=40)
 
101
  outputs=[system_state, system_input, chatbot],
102
  concurrency_limit = 40)
103
 
104
+
105
  demo.launch(max_threads=40)