TenPoisk
commited on
Commit
•
88674f6
1
Parent(s):
8cc4d9d
Update sd-1-5.py
Browse files
sd-1-5.py
CHANGED
@@ -14,4 +14,4 @@ article = """
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
|
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme = "Soft").launch()
|