Add pipeline tag and library name to model card
Browse filesThis PR adds the `pipeline_tag` to the model card metadata, specifying the model's functionality as `image-to-video`.
It also adds the `library_name`.
This will improve discoverability on the Hugging Face Hub.
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
4 |
<meta name="google-site-verification" content="-XQC-POJtlDPD3i2KSOxbFkSBde_Uq9obAIh_4mxTkM" />
|
5 |
|
6 |
<div align="center">
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: image-to-video
|
5 |
---
|
6 |
+
|
7 |
<meta name="google-site-verification" content="-XQC-POJtlDPD3i2KSOxbFkSBde_Uq9obAIh_4mxTkM" />
|
8 |
|
9 |
<div align="center">
|