Add pipeline tag and library
Browse filesHello! This PR adds pipeline tag and library, which we add to Hub here: https://github.com/huggingface/huggingface.js/pull/1601 this way your downloads will be tracked
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align='center' style='font-size: 3em;'>MTVCraft</h1>
|
2 |
<h2 align='center' style='font-size: 1.5em; color: grey; margin-top: 0; margin-bottom: 20px;'>An Open Veo3-style Audio-Video Generation Demo</h2>
|
3 |
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-to-video
|
3 |
+
library_name: mtvcraft
|
4 |
+
---
|
5 |
<h1 align='center' style='font-size: 3em;'>MTVCraft</h1>
|
6 |
<h2 align='center' style='font-size: 1.5em; color: grey; margin-top: 0; margin-bottom: 20px;'>An Open Veo3-style Audio-Video Generation Demo</h2>
|
7 |
|