Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,4 @@ sandbox = gr.Interface.load(
|
|
39 |
description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
|
40 |
article=article,
|
41 |
api_key=API_KEY
|
42 |
-
)
|
43 |
-
|
44 |
-
sandbox.queue(concurrency_count=20).launch()
|
|
|
39 |
description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
|
40 |
article=article,
|
41 |
api_key=API_KEY
|
42 |
+
).queue(concurrency_count=20).launch()
|
|
|
|