ambujm22 commited on
Commit
61d63c2
·
verified ·
1 Parent(s): e22a58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(concurrency_count=1, max_size=16)
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