Spaces:
Runtime error
Runtime error
Commit
·
d4e04ac
1
Parent(s):
1fd070f
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,4 +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()
|
| 122 |
-
demo.launch(share=
|
|
|
|
| 119 |
outputs=current_base_model)
|
| 120 |
|
| 121 |
demo.queue(api_open=False).launch()
|
| 122 |
+
demo.launch(debug=is_colab, share=is_colab)
|