ORI-Muchim commited on
Commit
67df8de
1 Parent(s): fa26db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,5 +156,5 @@ if __name__ == '__main__':
156
  return [];
157
  }}""")
158
 
159
- app.queue(default_concurrency_limit=8).launch(show_api=False, allowed_paths=["/"])
160
 
 
156
  return [];
157
  }}""")
158
 
159
+ app.queue(concurrency_count=3).launch(show_api=False)
160