Spaces:
Running
on
Zero
Running
on
Zero
Prime Cai
commited on
Commit
·
bf9c94f
1
Parent(s):
95651af
fix samples
Browse files
app.py
CHANGED
@@ -147,17 +147,14 @@ def get_samples():
|
|
147 |
demo = gr.Blocks()
|
148 |
|
149 |
with demo:
|
150 |
-
gr.
|
151 |
"""
|
152 |
-
<div
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
<a href="https://huggingface.co/papers/2411.18616" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face%20-Space-yellow" style="display:inline-block;"></a>
|
159 |
-
<a href="https://x.com/prime_cai?lang=en" target="_blank"><img src="https://shields.io/twitter/follow/:?label=Subscribe%20for%20updates!" style="display:inline-block;"></a>
|
160 |
-
|
161 |
</div>
|
162 |
"""
|
163 |
)
|
|
|
147 |
demo = gr.Blocks()
|
148 |
|
149 |
with demo:
|
150 |
+
gr.HTML(
|
151 |
"""
|
152 |
+
<div style="text-align: center;">
|
153 |
+
<h2>Diffusion Self-Distillation (beta)</h2>
|
154 |
+
<a href="https://primecai.github.io/dsd/" target="_blank"><img src="https://img.shields.io/badge/Project-Website-blue" style="display:inline-block;"></a>
|
155 |
+
<a href="https://github.com/primecai/diffusion-self-distillation" target="_blank"><img src="https://img.shields.io/github/stars/primecai/diffusion-self-distillation?label=GitHub%20%E2%98%85&logo=github&color=green" style="display:inline-block;"></a>
|
156 |
+
<a href="https://huggingface.co/papers/2411.18616" target="_blank"><img src="https://img.shields.io/badge/Hugging%20Face-Space-yellow" style="display:inline-block;"></a>
|
157 |
+
<a href="https://x.com/prime_cai?lang=en" target="_blank"><img src="https://img.shields.io/twitter/follow/prime_cai?style=social" style="display:inline-block;"></a>
|
|
|
|
|
|
|
158 |
</div>
|
159 |
"""
|
160 |
)
|