Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ def main():
|
|
62 |
StableDiffusionControlNetInpaintScribbleGenerator.app()
|
63 |
with gr.Tab("Seg"):
|
64 |
StableDiffusionControlNetInpaintSegGenerator.app()
|
65 |
-
|
|
|
66 |
app.launch(debug=True, enable_queue=True)
|
67 |
|
68 |
|
|
|
62 |
StableDiffusionControlNetInpaintScribbleGenerator.app()
|
63 |
with gr.Tab("Seg"):
|
64 |
StableDiffusionControlNetInpaintSegGenerator.app()
|
65 |
+
|
66 |
+
app.queue(concurrency_count=2)
|
67 |
app.launch(debug=True, enable_queue=True)
|
68 |
|
69 |
|