Squaad AI commited on
Commit
80f9538
Β·
verified Β·
1 Parent(s): 149f9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
108
  gr.HTML(
109
  "<p><center>πŸ“™ For any additional support, join our Discord: <a href='https://discord.gg/JprjXpjt9K'></center></p>"
110
  )
111
- gr.Markdown(DESCRIPTION)
112
  with gr.Group():
113
  model = gr.Text(label='Model', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0')
114
  vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')
 
108
  gr.HTML(
109
  "<p><center>πŸ“™ For any additional support, join our Discord: <a href='https://discord.gg/JprjXpjt9K'></center></p>"
110
  )
111
+ gr.Markdown(DESCRIPTION, elem_id="description")
112
  with gr.Group():
113
  model = gr.Text(label='Model', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0')
114
  vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')