Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def main():
|
|
44 |
with gr.Tab("ControlNet Inpaint"):
|
45 |
StableDiffusionControlInpaintNetCannyGenerator.app()
|
46 |
|
47 |
-
app.queue(concurrency_count=
|
48 |
app.launch(debug=True, enable_queue=True)
|
49 |
|
50 |
|
|
|
44 |
with gr.Tab("ControlNet Inpaint"):
|
45 |
StableDiffusionControlInpaintNetCannyGenerator.app()
|
46 |
|
47 |
+
app.queue(concurrency_count=1)
|
48 |
app.launch(debug=True, enable_queue=True)
|
49 |
|
50 |
|