Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
b2e8a6e
1
Parent(s):
b1c6033
Update sd.py
Browse files
sd.py
CHANGED
@@ -23,6 +23,4 @@ theme = gr.themes.Monochrome(
|
|
23 |
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
24 |
)
|
25 |
|
26 |
-
#models: runwayml/stable-diffusion-v1-5, stabilityai/stable-diffusion-2-1-base
|
27 |
-
|
28 |
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme=theme).launch(share=True)
|
|
|
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(share=True)
|