raannakasturi commited on
Commit
6cdd093
·
verified ·
1 Parent(s): ba2b457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks(theme=theme, title="ReXplore Backend", fill_height=True) as app:
48
  api_name="rexplore_backend_test",
49
  show_progress="full")
50
 
51
- app.queue(default_concurrency_limit=25).launch(show_api=True, ssr_mode=False)
 
48
  api_name="rexplore_backend_test",
49
  show_progress="full")
50
 
51
+ app.queue(default_concurrency_limit=25).launch(show_api=True, max_threads=500, ssr_mode=False)