abdullah-alnahas commited on
Commit
7806df7
·
verified ·
1 Parent(s): ce5cbb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -269,4 +269,8 @@ with gr.Blocks(
269
  create_about_tab()
270
 
271
  if __name__ == "__main__":
272
- gr_app.launch(server_port=7860)
 
 
 
 
 
269
  create_about_tab()
270
 
271
  if __name__ == "__main__":
272
+ gr_app.queue(
273
+ default_concurrency_limit=10,
274
+ status_update_rate=10,
275
+ api_open=False,
276
+ ).launch(server_port=7860, max_threads=200, show_api=False)