Diffusers
nielsr HF Staff commited on
Commit
0db206f
·
verified ·
1 Parent(s): 904c95c

Add pipeline tag and library name to model card

Browse files

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

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