TenPoisk
commited on
Commit
Β·
e999d43
1
Parent(s):
c84cbab
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -49,7 +49,7 @@ article = \
|
|
49 |
#ready rum space
|
50 |
print('π The app is ready to go!')
|
51 |
|
52 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
|
53 |
|
54 |
|
55 |
|
|
|
49 |
#ready rum space
|
50 |
print('π The app is ready to go!')
|
51 |
|
52 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme = "Soft").launch()
|
53 |
|
54 |
|
55 |
|