Sergidev commited on
Commit
3ceee04
·
verified ·
1 Parent(s): 7490961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css="style.css") as demo:
246
 
247
 
248
  gr.Markdown(
249
- f"""Gradio demo for [Pony Diffusion V6](https://civitai.com/models/257749/pony-diffusion-v6-xl/) with image gallery, json support, and advanced options.""",
250
  elem_id="subtitle",
251
  )
252
 
 
246
 
247
 
248
  gr.Markdown(
249
+ f"""Gradio demo for [Pony Diffusion V6](https://civitai.com/models/257749/pony-diffusion-v6-xl/) with image gallery, json support, and advanced options for power users.""",
250
  elem_id="subtitle",
251
  )
252