Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def diffusion_app():
|
|
| 40 |
with gr.Tab(label="Controlnet Inpaint"):
|
| 41 |
StableDiffusionControlNetInpaintGenerator.app()
|
| 42 |
|
| 43 |
-
app.queue(concurrency_count=
|
| 44 |
app.launch(debug=True, enable_queue=True)
|
| 45 |
|
| 46 |
|
|
|
|
| 40 |
with gr.Tab(label="Controlnet Inpaint"):
|
| 41 |
StableDiffusionControlNetInpaintGenerator.app()
|
| 42 |
|
| 43 |
+
app.queue(concurrency_count=2)
|
| 44 |
app.launch(debug=True, enable_queue=True)
|
| 45 |
|
| 46 |
|