Add pipeline tag and improve model card metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# Echo-Infinity
|
|
@@ -171,4 +175,4 @@ This codebase builds on the open-source implementations of:
|
|
| 171 |
journal={arXiv preprint arXiv:2606.04527},
|
| 172 |
year={2026}
|
| 173 |
}
|
| 174 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-to-video
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
<div align="center">
|
| 6 |
|
| 7 |
# Echo-Infinity
|
|
|
|
| 175 |
journal={arXiv preprint arXiv:2606.04527},
|
| 176 |
year={2026}
|
| 177 |
}
|
| 178 |
+
```
|