Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
5695a68
1
Parent(s):
bfec400
Fix links (#1)
Browse files- Fix links (de57828c320bde913399c31f1785e8fe98ebd668)
Co-authored-by: Apolinário from multimodal AI art <[email protected]>
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(css=css) as demo:
|
|
53 |
with gr.Column(elem_id="col-container"):
|
54 |
gr.Markdown(f"""
|
55 |
# Stable Diffusion 3 Medium demo
|
56 |
-
Demo of [Stable Diffusion 3 Medium](
|
57 |
""")
|
58 |
|
59 |
with gr.Row():
|
|
|
53 |
with gr.Column(elem_id="col-container"):
|
54 |
gr.Markdown(f"""
|
55 |
# Stable Diffusion 3 Medium demo
|
56 |
+
Demo of [Stable Diffusion 3 Medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium) - try out [Stable Assistant](https://stability.ai/stable-assistant) for chatting, [Stable Artisan](https://stability.ai/stable-artisan) for a discord bot, our API or run locally with [ComfyUI](https://github.com/comfyanonymous/ComfyUI) or [diffusers](https://github.com/huggingface/diffusers)
|
57 |
""")
|
58 |
|
59 |
with gr.Row():
|