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

Update app.py

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