dbaranchuk commited on
Commit
2b68dc9
·
verified ·
1 Parent(s): 951aec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/invertible-cd/),
81
- a diffusion distillation method proposed in [Scale-wise Distillation of Diffusion Models](https://arxiv.org/abs/2406.14539)
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/invertible-cd' target='_blank'>Github Repo</a>. [![GitHub Stars](https://img.shields.io/github/stars/yandex-research/invertible-cd?style=social)](https://github.com/yandex-research/invertible-cd)"
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>. [![GitHub Stars](https://img.shields.io/github/stars/yandex-research/invertible-cd?style=social)](https://github.com/yandex-research/invertible-cd)"
88
  )
89
 
90
  with gr.Row():