nielsr HF staff commited on
Commit
50a4356
·
verified ·
1 Parent(s): d367b26

Add pipeline tag and library name

Browse files

This 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.

Files changed (1) hide show
  1. README.md +2 -1
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