Add library name to model card
Browse filesThis PR adds the `library_name` to the model card metadata, specifying that the model utilizes the Hugging Face `diffusers` library.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
|
|
4 |
---
|
|
|
5 |
# Lumina-Video
|
6 |
|
7 |
Official repository for Lumina-Video, a preliminary tryout of the Lumina series for Video Generation
|
@@ -60,4 +62,6 @@ Github link: [Github](https://github.com/Alpha-VLLM/Lumina-Video)
|
|
60 |
<video src="https://huggingface.co/spaces/agua123/demo_video/resolve/main/T2V%2BA-examples/6.mp4" width="100%" controls autoplay loop muted></video>
|
61 |
</td>
|
62 |
</tr>
|
63 |
-
</table>
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
4 |
+
library_name: diffusers
|
5 |
---
|
6 |
+
|
7 |
# Lumina-Video
|
8 |
|
9 |
Official repository for Lumina-Video, a preliminary tryout of the Lumina series for Video Generation
|
|
|
62 |
<video src="https://huggingface.co/spaces/agua123/demo_video/resolve/main/T2V%2BA-examples/6.mp4" width="100%" controls autoplay loop muted></video>
|
63 |
</td>
|
64 |
</tr>
|
65 |
+
</table>
|
66 |
+
|
67 |
+
```
|