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