Add library_name and remove redundant tags
#13
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
|
|
4 |
tags:
|
5 |
-
- text-to-image
|
6 |
-
- image-to-video
|
7 |
- flux
|
8 |
---
|
9 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
4 |
+
library_name: diffusers
|
5 |
tags:
|
|
|
|
|
6 |
- flux
|
7 |
---
|
8 |
|