akhaliq HF Staff commited on
Commit
19f566c
·
verified ·
1 Parent(s): 2a343c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ if __name__ == "__main__":
243
  status_update_rate="auto",
244
  api_open=False, # Disable public API access for security
245
  max_size=50, # Reasonable queue size
246
- default_concurrency_limit=10 # Allow multiple concurrent requests
247
  )
248
  app.launch(
249
  show_api=False,
 
243
  status_update_rate="auto",
244
  api_open=False, # Disable public API access for security
245
  max_size=50, # Reasonable queue size
246
+ default_concurrency_limit=20 # Allow multiple concurrent requests
247
  )
248
  app.launch(
249
  show_api=False,