pasupuletkarthiksai commited on
Commit
9a7002a
·
verified ·
1 Parent(s): 61fbe43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,5 +118,5 @@ with gr.Blocks(fill_height=True, fill_width=True) as app:
118
  outputs=[login_register_section, chat_section]
119
  )
120
 
121
- app.queue(concurrency_count=1, max_size=5)
122
  app.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
 
118
  outputs=[login_register_section, chat_section]
119
  )
120
 
121
+ app.queue()
122
  app.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)