Spaces:
Runtime error
Runtime error
Commit
β’
6484989
1
Parent(s):
3c786ac
Fix url in model card (#2)
Browse files- Fix url in model card (4f04f4cac3aabcdc4e79a59b066e015bc5764690)
Co-authored-by: Omar Sanseviero <[email protected]>
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 "
|