Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ def on_generate_click(prompt, seed, steps, pipe, pruned_pipe):
|
|
87 |
|
88 |
header = """
|
89 |
# 🌱 Text-to-Image Generation with EcoDiff Pruned Models
|
|
|
90 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
91 |
<a href="https://arxiv.org/abs/2412.02852"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
92 |
<a href="https://huggingface.co/zhangyang-0123/EcoDiffPrunedModels"><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a>
|
|
|
87 |
|
88 |
header = """
|
89 |
# 🌱 Text-to-Image Generation with EcoDiff Pruned Models
|
90 |
+
|
91 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
92 |
<a href="https://arxiv.org/abs/2412.02852"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
93 |
<a href="https://huggingface.co/zhangyang-0123/EcoDiffPrunedModels"><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a>
|