zhangyang-0123 commited on
Commit
3da33e1
·
verified ·
1 Parent(s): 9302901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -86,12 +86,11 @@ def on_generate_click(prompt, seed, steps, pipe, pruned_pipe):
86
 
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>
94
- <a href="https://github.com/YaNgZhAnG-V5/EcoDiff"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
95
  </div>
96
  """
97
  header_2 = """
 
86
 
87
 
88
  header = """
89
+ # 🌍 OminiControl / FLUX
 
90
  <div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
91
+ <a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
92
+ <a href="https://huggingface.co/Yuanshi/OminiControl"><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a>
93
+ <a href="https://github.com/Yuanshi9815/OminiControl"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
94
  </div>
95
  """
96
  header_2 = """