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