Pendrokar commited on
Commit
ff1cd03
·
verified ·
1 Parent(s): 5113380

default_concurrency_limit: 50=>4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  from app.ui import app
2
 
3
  if __name__ == "__main__":
4
- app.queue(default_concurrency_limit=50, api_open=False).launch(show_api=False)
 
1
  from app.ui import app
2
 
3
  if __name__ == "__main__":
4
+ app.queue(default_concurrency_limit=4, api_open=False).launch(show_api=False)