raannakasturi commited on
Commit
8e10899
·
2 Parent(s): 72c7a0a 6cdd093

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend

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)