Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ def main():
|
|
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 |
|
|
|
63 |
with gr.Tab("Seg"):
|
64 |
StableDiffusionControlNetInpaintSegGenerator.app()
|
65 |
|
|
|
66 |
app.launch(debug=True, enable_queue=True)
|
67 |
|
68 |
|