Spaces:
Sleeping
Sleeping
Update sd-xl.py
Browse files
sd-xl.py
CHANGED
@@ -7,11 +7,4 @@ title = "🌍 Stable Diffusion XL"
|
|
7 |
#description of app
|
8 |
description = "This space is for generating images from text with the Stable Diffusion XL model!"
|
9 |
|
10 |
-
#article of app
|
11 |
-
article = """
|
12 |
-
<p style='text-align: center'>
|
13 |
-
<a href='https://hf.co/CofAI' target='_blank'>CofAI Group</a>
|
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()
|
|
|
7 |
#description of app
|
8 |
description = "This space is for generating images from text with the Stable Diffusion XL model!"
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article, theme = "Soft").launch()
|