Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
β’
4f04f4c
1
Parent(s):
3c786ac
Fix url in model card
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ app = gr.Interface(
|
|
64 |
title="π€ Stable Diffusion Nano π§¨",
|
65 |
description=(
|
66 |
"Based on stable diffusion and fine-tuned on 128x128 images, "
|
67 |
-
"[Stable Diffusion Nano](
|
68 |
"for fast prototyping of diffusion models, enabling quick experimentation "
|
69 |
"with easily available hardware."
|
70 |
" It performs reasonably well on several tasks, but it struggles "
|
|
|
64 |
title="π€ Stable Diffusion Nano π§¨",
|
65 |
description=(
|
66 |
"Based on stable diffusion and fine-tuned on 128x128 images, "
|
67 |
+
"[Stable Diffusion Nano](https://huggingface.co/bguisard/stable-diffusion-nano-2-1) allows "
|
68 |
"for fast prototyping of diffusion models, enabling quick experimentation "
|
69 |
"with easily available hardware."
|
70 |
" It performs reasonably well on several tasks, but it struggles "
|