Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -77,14 +77,14 @@ with gr.Blocks(css=css) as demo:
|
|
77 |
f"""
|
78 |
# ⚡ Scale-wise Distillation ⚡
|
79 |
# ⚡ Image Generation with 6-step SwD ⚡
|
80 |
-
This is a demo of [Scale-wise Distillation](https://yandex-research.github.io/
|
81 |
-
a diffusion distillation method proposed in [Scale-wise Distillation of Diffusion Models](https://arxiv.org/abs/
|
82 |
by [Yandex Research](https://github.com/yandex-research).
|
83 |
Currently running on {power_device}.
|
84 |
"""
|
85 |
)
|
86 |
gr.Markdown(
|
87 |
-
"If you enjoy the space, feel free to give a ⭐ to the <a href='https://github.com/yandex-research/
|
88 |
)
|
89 |
|
90 |
with gr.Row():
|
|
|
77 |
f"""
|
78 |
# ⚡ Scale-wise Distillation ⚡
|
79 |
# ⚡ Image Generation with 6-step SwD ⚡
|
80 |
+
This is a demo of [Scale-wise Distillation](https://yandex-research.github.io/swd/),
|
81 |
+
a diffusion distillation method proposed in [Scale-wise Distillation of Diffusion Models](https://arxiv.org/abs/2503.16397)
|
82 |
by [Yandex Research](https://github.com/yandex-research).
|
83 |
Currently running on {power_device}.
|
84 |
"""
|
85 |
)
|
86 |
gr.Markdown(
|
87 |
+
"If you enjoy the space, feel free to give a ⭐ to the <a href='https://github.com/yandex-research/swd' target='_blank'>Github Repo</a>. [](https://github.com/yandex-research/invertible-cd)"
|
88 |
)
|
89 |
|
90 |
with gr.Row():
|