Add pipeline tag and library name to model card (#1)
Browse files- Add pipeline tag and library name to model card (0db206f0341c0a2854e51dc26f37dc6b5121a2aa)
Co-authored-by: Niels Rogge <[email protected]>
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">
|