Spaces:
Running
Running
Solves 500 Error for Some Users (#1)
Browse files- Solves 500 Error for Some Users (0d46c4ba1268a2a120d4d2251eee9c45c0a4511d)
Co-authored-by: Joseph [open/acc] Pollack <Tonic@users.noreply.huggingface.co>
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)
|