salso commited on
Commit
8493957
·
verified ·
1 Parent(s): 78de4fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -254,6 +254,7 @@ with gr.Blocks(title="🌍 ZenCtrl") as demo:
254
  input_image,
255
  ],
256
  outputs=[output_image],
 
257
  )
258
 
259
  # ---------------- Templates --------------------
 
254
  input_image,
255
  ],
256
  outputs=[output_image],
257
+ concurrency_limit=None
258
  )
259
 
260
  # ---------------- Templates --------------------