TenPoisk
commited on
Commit
•
377a57a
1
Parent(s):
417f10a
Update sd-xl.py
Browse files
sd-xl.py
CHANGED
@@ -14,4 +14,4 @@ article = """
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()
|
|
|
14 |
</p>
|
15 |
"""
|
16 |
|
17 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article, theme = "Soft").launch()
|