Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -262,7 +262,7 @@ with gr.Blocks(title="SonicMaster – Text-Guided Restoration & Mastering", fill
|
|
| 262 |
)
|
| 263 |
|
| 264 |
# Queue BEFORE mounting so the mounted app is ready immediately
|
| 265 |
-
demo = demo.queue(
|
| 266 |
|
| 267 |
# ---------- FastAPI mount & health ----------
|
| 268 |
from fastapi import FastAPI, Request
|
|
|
|
| 262 |
)
|
| 263 |
|
| 264 |
# Queue BEFORE mounting so the mounted app is ready immediately
|
| 265 |
+
demo = demo.queue(max_size=16)
|
| 266 |
|
| 267 |
# ---------- FastAPI mount & health ----------
|
| 268 |
from fastapi import FastAPI, Request
|