Spaces:
Runtime error
Runtime error
perf: remove concurrency_limit on create API
Browse files
app.py
CHANGED
|
@@ -296,7 +296,7 @@ app = Server(title="ace-step-jam")
|
|
| 296 |
|
| 297 |
|
| 298 |
# ββ API: One-box create (compose + generate) βββββββββββββββββββββββββββββββββ
|
| 299 |
-
@app.api(name="create",
|
| 300 |
def create(
|
| 301 |
description: str,
|
| 302 |
audio_duration: float = 60.0,
|
|
|
|
| 296 |
|
| 297 |
|
| 298 |
# ββ API: One-box create (compose + generate) βββββββββββββββββββββββββββββββββ
|
| 299 |
+
@app.api(name="create", time_limit=300)
|
| 300 |
def create(
|
| 301 |
description: str,
|
| 302 |
audio_duration: float = 60.0,
|