TenPoisk
commited on
Commit
·
7f60f88
1
Parent(s):
807200e
Update sd-2-1.py
Browse files
sd-2-1.py
CHANGED
@@ -22,4 +22,4 @@ theme = gr.themes.Monochrome(
|
|
22 |
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
23 |
)
|
24 |
|
25 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-
|
|
|
22 |
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
23 |
)
|
24 |
|
25 |
+
gr.Interface.load("models/stabilityai/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme=theme).launch()
|