RamAnanth1 commited on
Commit
88fb256
·
1 Parent(s): 2d44be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -175,8 +175,10 @@ css = """
175
 
176
  with gr.Blocks(theme = theme, css = css) as demo:
177
  gr.Markdown("# Stable Diffusion XL")
178
- #gr.Markdown('<p> For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/RamAnanth1/stable-diffusion-xl?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>')
 
179
  api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
 
180
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
181
  with gr.Column():
182
  text = gr.Textbox(
 
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
+
182
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
183
  with gr.Column():
184
  text = gr.Textbox(