Add pipeline tag and improve model card metadata
Browse filesHi! I'm Niels from the Hugging Face community team.
This PR adds the `text-to-video` pipeline tag to the model card's metadata. This helps users discover the model when filtering by task on the Hugging Face Hub. I have also kept your original detailed documentation, including the quick start guide and inference examples, as they are very helpful for the community.
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 |
+
```
|