rafaldembski commited on
Commit
653509a
·
verified ·
1 Parent(s): 19612a7

Update sd-xl.py

Browse files
Files changed (1) hide show
  1. sd-xl.py +7 -0
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()