TenPoisk
commited on
Commit
Β·
388a10d
1
Parent(s):
61b97a0
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -27,7 +27,7 @@ title = "WebDef.UI"
|
|
27 |
#description of app
|
28 |
description = \
|
29 |
"""
|
30 |
-
__This is WebDef.UI__ Generate fantastic images with the latest AI models for
|
31 |
|
32 |

|
33 |
"""
|
@@ -57,7 +57,7 @@ article = \
|
|
57 |
#ready rum space
|
58 |
print('π The app is ready to go!')
|
59 |
|
60 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5",
|
61 |
|
62 |
|
63 |
|
|
|
27 |
#description of app
|
28 |
description = \
|
29 |
"""
|
30 |
+
__This is WebDef.UI__ Generate fantastic images with the latest AI models for __FREE__!
|
31 |
|
32 |

|
33 |
"""
|
|
|
57 |
#ready rum space
|
58 |
print('π The app is ready to go!')
|
59 |
|
60 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", description=description, article=article).launch()
|
61 |
|
62 |
|
63 |
|