Add pipeline tag and library name
#1
by
nielsr
HF staff
- opened
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
|