svjack commited on
Commit
005c430
·
verified ·
1 Parent(s): 31e585e

Update app.py

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