Omid Ghahroodi commited on
Commit
a48ccb2
1 Parent(s): f4835ec

Fix launch

Browse files
app.py CHANGED
@@ -343,5 +343,5 @@ with demo:
343
  scheduler = BackgroundScheduler()
344
  scheduler.add_job(restart_space, "interval", seconds=1800)
345
  scheduler.start()
346
- demo.queue(default_concurrency_limit=40).launch()
347
- # demo.queue().launch()
 
343
  scheduler = BackgroundScheduler()
344
  scheduler.add_job(restart_space, "interval", seconds=1800)
345
  scheduler.start()
346
+ # demo.queue(default_concurrency_limit=40).launch()
347
+ demo.queue().launch()
src/display/__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/src/display/__pycache__/utils.cpython-310.pyc and b/src/display/__pycache__/utils.cpython-310.pyc differ
 
src/leaderboard/__pycache__/read_evals.cpython-310.pyc CHANGED
Binary files a/src/leaderboard/__pycache__/read_evals.cpython-310.pyc and b/src/leaderboard/__pycache__/read_evals.cpython-310.pyc differ