RamAnanth1 commited on
Commit
5e40354
·
1 Parent(s): d848583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ css = """
173
  .image_duplication{position: absolute; width: 100px; left: 50px}
174
  """
175
 
176
- with gr.Blocks(theme = theme, css = css) as demo:
177
  gr.Markdown("# Stable Diffusion XL")
178
  gr.Markdown("<p>This is an unoffical demo for Stable Diffusion XL, which is the latest stable diffusion model released by Stability AI. The main features include Next-level photorealism capabilities, image composition and face generation, use of shorter prompts to create descriptive imagery, greater capability to produce legible text and rich visuals and jaw-dropping aesthetics</p>")
179
  gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")
 
173
  .image_duplication{position: absolute; width: 100px; left: 50px}
174
  """
175
 
176
+ with gr.Blocks(css = css) as demo:
177
  gr.Markdown("# Stable Diffusion XL")
178
  gr.Markdown("<p>This is an unoffical demo for Stable Diffusion XL, which is the latest stable diffusion model released by Stability AI. The main features include Next-level photorealism capabilities, image composition and face generation, use of shorter prompts to create descriptive imagery, greater capability to produce legible text and rich visuals and jaw-dropping aesthetics</p>")
179
  gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")