Fix pipeline tag
Browse filesThis PR changes the pipeline tag to text-to-video, to reflect the functionality more closely.
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
library_name: diffusers
|
4 |
-
|
|
|
5 |
---
|
6 |
|
7 |
<p align="center">
|
@@ -99,4 +99,4 @@ The following table shows the requirements for running Step-Video-TI2V model (ba
|
|
99 |
primaryClass={cs.CV},
|
100 |
url={https://arxiv.org/abs/2502.10248},
|
101 |
}
|
102 |
-
```
|
|
|
1 |
---
|
|
|
2 |
library_name: diffusers
|
3 |
+
license: mit
|
4 |
+
pipeline_tag: text-to-video
|
5 |
---
|
6 |
|
7 |
<p align="center">
|
|
|
99 |
primaryClass={cs.CV},
|
100 |
url={https://arxiv.org/abs/2502.10248},
|
101 |
}
|
102 |
+
```
|