Spaces:
Running
on
Zero
Running
on
Zero
wuwenxu.01
commited on
Commit
·
631aa6b
1
Parent(s):
231faea
fix: sync github
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ def create_demo(
|
|
60 |
|
61 |
badges_text = r"""
|
62 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
|
|
63 |
<a href="https://bytedance.github.io/UNO/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-UNO-yellow"></a>
|
64 |
<a href="https://arxiv.org/abs/2504.02160"><img alt="Build" src="https://img.shields.io/badge/arXiv%20paper-UNO-b31b1b.svg"></a>
|
65 |
<a href="https://huggingface.co/bytedance-research/UNO"><img src="https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Hugging%20Face&message=Model&color=orange"></a>
|
|
|
60 |
|
61 |
badges_text = r"""
|
62 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
63 |
+
<a href="https://github.com/bytedance/UNO"><img alt="Build" src="https://img.shields.io/github/stars/bytedance/UNO"></a>
|
64 |
<a href="https://bytedance.github.io/UNO/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-UNO-yellow"></a>
|
65 |
<a href="https://arxiv.org/abs/2504.02160"><img alt="Build" src="https://img.shields.io/badge/arXiv%20paper-UNO-b31b1b.svg"></a>
|
66 |
<a href="https://huggingface.co/bytedance-research/UNO"><img src="https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Hugging%20Face&message=Model&color=orange"></a>
|