tathagataraha commited on
Commit
752871e
·
verified ·
1 Parent(s): ca44f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1473,4 +1473,4 @@ with demo:
1473
  scheduler = BackgroundScheduler()
1474
  scheduler.add_job(restart_space, "interval", seconds=1800)
1475
  scheduler.start()
1476
- demo.queue(default_concurrency_limit=40).launch(allowed_paths=['./assets/'])
 
1473
  scheduler = BackgroundScheduler()
1474
  scheduler.add_job(restart_space, "interval", seconds=1800)
1475
  scheduler.start()
1476
+ demo.queue(default_concurrency_limit=40).launch(allowed_paths=['./assets/'], share=True)