Add pipeline tag and library name
Browse filesThis PR improves the model card by adding the `pipeline_tag` which makes sure the model can be found at https://huggingface.co/models?pipeline_tag=video-to-video, as well as `library_name: transformers` to enable the "how to use" button.
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
tags:
|
5 |
- tokenization
|
6 |
- video generation
|
7 |
- vae
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# VidTwin
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- tokenization
|
5 |
- video generation
|
6 |
- vae
|
7 |
+
pipeline_tag: video-to-video
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
# VidTwin
|