Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
a34dd66
1
Parent(s):
5d7ee37
This PR fixes the link (#4)
Browse files- This PR fixes the link (48e64824e41f9d764e5e6debd2972913bdadf18d)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
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(
|