Spaces:
Running
Running
Solves 500 Error for Some Users
Browse files
with no performance loss
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/'], share=True)
|
|
|
|
| 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 , ssr_mode=False)
|