Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,12 +86,11 @@ def on_generate_click(prompt, seed, steps, pipe, pruned_pipe):
|
|
86 |
|
87 |
|
88 |
header = """
|
89 |
-
#
|
90 |
-
|
91 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
92 |
-
<a href="https://arxiv.org/abs/
|
93 |
-
<a href="https://huggingface.co/
|
94 |
-
<a href="https://github.com/
|
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 = """
|