Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|