Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,10 +156,11 @@ def create_app():
|
|
| 156 |
<div style="text-align: center;">
|
| 157 |
<h2>ByteMorpher</h2>
|
| 158 |
<a href="https://boese0601.github.io/bytemorph/" target="_blank"><img src="https://img.shields.io/badge/Project-Website-blue" style="display:inline-block;"></a>
|
| 159 |
-
<a href="https://github.com/
|
| 160 |
-
<a href="https://huggingface.co/datasets/
|
| 161 |
-
<a href="https://huggingface.co/datasets/
|
| 162 |
-
<a href="https://huggingface.co/
|
|
|
|
| 163 |
</div>
|
| 164 |
"""
|
| 165 |
)
|
|
|
|
| 156 |
<div style="text-align: center;">
|
| 157 |
<h2>ByteMorpher</h2>
|
| 158 |
<a href="https://boese0601.github.io/bytemorph/" target="_blank"><img src="https://img.shields.io/badge/Project-Website-blue" style="display:inline-block;"></a>
|
| 159 |
+
<a href="https://github.com/ByteDance-Seed/BM-code" target="_blank"><img src="https://img.shields.io/github/stars/Boese0601/ByteMorph?label=GitHub%20%E2%98%85&logo=github&color=green" style="display:inline-block;"></a>
|
| 160 |
+
<a href="https://huggingface.co/datasets/ByteDance-Seed/BM-6M" target="_blank"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Dataset-yellow" style="display:inline-block;"></a>
|
| 161 |
+
<a href="https://huggingface.co/datasets/ByteDance-Seed/BM-6M-Demo" target="_blank"><img src="https://img.shields.io/badge/π€%20Hugging%20Face-Dataset_Demo-yellow" style="display:inline-block;"></a>
|
| 162 |
+
<a href="https://huggingface.co/datasets/ByteDance-Seed/BM-Bench" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace%20-Benchmark-yellow" style="display:inline-block;"></a>
|
| 163 |
+
<a href="https://huggingface.co/ByteDance-Seed/BM-Model" target="_blank"><img src="https://img.shields.io/badge/π€%20Hugging%20Face%20-Model-yellow" style="display:inline-block;"></a>
|
| 164 |
</div>
|
| 165 |
"""
|
| 166 |
)
|