Spaces:
Runtime error
Runtime error
Commit
·
1fd070f
1
Parent(s):
5a003c4
Update app.py
Browse files
app.py
CHANGED
@@ -119,3 +119,4 @@ The base model must be compatible with Stable Diffusion v1.5.''')
|
|
119 |
outputs=current_base_model)
|
120 |
|
121 |
demo.queue(api_open=False).launch()
|
|
|
|
119 |
outputs=current_base_model)
|
120 |
|
121 |
demo.queue(api_open=False).launch()
|
122 |
+
demo.launch(share=true)
|