Spaces:
Running
on
Zero
Running
on
Zero
This PR fixes the link
#4
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
182 |
elem_id="title",
|
183 |
)
|
184 |
gr.Markdown(
|
185 |
-
f"""Gradio demo for
|
186 |
elem_id="subtitle",
|
187 |
)
|
188 |
gr.DuplicateButton(
|
|
|
182 |
elem_id="title",
|
183 |
)
|
184 |
gr.Markdown(
|
185 |
+
f"""Gradio demo for [Pony Diffusion V6](https://civitai.com/models/257749/pony-diffusion-v6-xl/)""",
|
186 |
elem_id="subtitle",
|
187 |
)
|
188 |
gr.DuplicateButton(
|