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

Update sd-xl.py

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