victor HF Staff commited on
Commit
e488674
Β·
1 Parent(s): a6d1165

perf: remove concurrency_limit on create API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", concurrency_limit=1, time_limit=300)
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,