RamAnanth1 commited on
Commit
d848583
·
1 Parent(s): 054afae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ css = """
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,Rich visuals and jaw-dropping aesthetics</p>")
179
  gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")
180
  api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
181
 
 
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""")
180
  api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
181