Spaces:
Sleeping
Sleeping
rafaldembski
commited on
Update sd-xl.py
Browse files
sd-xl.py
CHANGED
@@ -7,4 +7,11 @@ 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 |
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 |
+
#article of app
|
11 |
+
article = """
|
12 |
+
<p style='text-align: center'>
|
13 |
+
<a href='https://rdembski91.wixstudio.io/d-logic' target='_blank'>Projekt D-LOGIC</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()
|