smartdigitalnetworks commited on
Commit
f20533c
·
verified ·
1 Parent(s): 29a0563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ The steps are the following:
18
  demo = gr.Interface(
19
  title="Convert any Stable Diffusion checkpoint to Diffusers and open a PR",
20
  description=DESCRIPTION,
 
21
  allow_flagging="never",
22
  article="Check out the [Diffusers repo on GitHub](https://github.com/huggingface/diffusers)",
23
  inputs=[
 
18
  demo = gr.Interface(
19
  title="Convert any Stable Diffusion checkpoint to Diffusers and open a PR",
20
  description=DESCRIPTION,
21
+ concurrency_limit=10,
22
  allow_flagging="never",
23
  article="Check out the [Diffusers repo on GitHub](https://github.com/huggingface/diffusers)",
24
  inputs=[