gerasdf commited on
Commit
4313577
·
1 Parent(s): f053bac

no in-process models, just API calls. no limit needed

Browse files
Files changed (1) hide show
  1. query.py +2 -1
query.py CHANGED
@@ -304,7 +304,8 @@ def gr_main():
304
  [token,state],
305
  [token,state],
306
  js=AUTH_JS)
307
-
 
308
  app.launch(show_api=False)
309
 
310
  if __name__ == "__main__":
 
304
  [token,state],
305
  [token,state],
306
  js=AUTH_JS)
307
+
308
+ app.queue(default_concurrency_limit=None, api_open=False)
309
  app.launch(show_api=False)
310
 
311
  if __name__ == "__main__":