Update app.py
Browse files
app.py
CHANGED
@@ -368,5 +368,5 @@ SDXL Controlnet [TheMistoAI/MistoLine](https://huggingface.co/TheMistoAI/MistoLi
|
|
368 |
)
|
369 |
|
370 |
|
371 |
-
demo.queue(api_open=
|
372 |
-
demo.launch(show_api=
|
|
|
368 |
)
|
369 |
|
370 |
|
371 |
+
demo.queue(api_open=True)
|
372 |
+
demo.launch(show_api=True, share = True)
|