Spaces:
Sleeping
Sleeping
Squaad AI commited on
Update app.py
Browse files
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')
|