Update README.md
Browse files
README.md
CHANGED
@@ -2,18 +2,6 @@
|
|
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 |
|
4 |
|
5 |
-
<table align='center' border="0" style="width: 100%; text-align: center;">
|
6 |
-
<tr>
|
7 |
-
<td align="center">
|
8 |
-
<video controls width="60%">
|
9 |
-
<source src="https://huggingface.co/BAAI/MTVCraft/resolve/main/video.mp4" type="video/mp4">
|
10 |
-
Sorry, your browser does not support the video tag.
|
11 |
-
</video>
|
12 |
-
<br>
|
13 |
-
<em>For the best experience, please enable audio.</em>
|
14 |
-
</td>
|
15 |
-
</tr>
|
16 |
-
</table>
|
17 |
|
18 |
<p align="center">
|
19 |
<a href="https://github.com/baaivision/MTVCraft">
|
@@ -25,17 +13,28 @@
|
|
25 |
<a href="https://5a69dbd78850481972.gradio.live/">
|
26 |
<img src="https://img.shields.io/badge/Online%20Demo-🤗-blue">
|
27 |
</a>
|
28 |
-
|
29 |
-
|
30 |
-
<p align="center">
|
31 |
<a href="#pipeline">Pipeline</a> |
|
32 |
<a href="#installation">Installation</a> |
|
33 |
-
<a href="#
|
34 |
-
<a href="#
|
35 |
-
<a href="#citation">Citation</a>
|
36 |
</p>
|
37 |
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## 🎬 Pipeline
|
41 |
|
|
|
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 |
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
<p align="center">
|
7 |
<a href="https://github.com/baaivision/MTVCraft">
|
|
|
13 |
<a href="https://5a69dbd78850481972.gradio.live/">
|
14 |
<img src="https://img.shields.io/badge/Online%20Demo-🤗-blue">
|
15 |
</a>
|
16 |
+
<br>
|
|
|
|
|
17 |
<a href="#pipeline">Pipeline</a> |
|
18 |
<a href="#installation">Installation</a> |
|
19 |
+
<a href="#models">Models</a> |
|
20 |
+
<a href="#inference">Inference</a> |
|
21 |
+
<a href="#citation">Citation</a>
|
22 |
</p>
|
23 |
|
24 |
|
25 |
+
<table align='center' border="0" style="width: 100%; text-align: center;">
|
26 |
+
<tr>
|
27 |
+
<td align="center">
|
28 |
+
<video controls width="60%">
|
29 |
+
<source src="https://huggingface.co/BAAI/MTVCraft/resolve/main/video.mp4" type="video/mp4">
|
30 |
+
Sorry, your browser does not support the video tag.
|
31 |
+
</video>
|
32 |
+
<em>For the best experience, please enable audio.</em>
|
33 |
+
</td>
|
34 |
+
</tr>
|
35 |
+
</table>
|
36 |
+
|
37 |
+
|
38 |
|
39 |
## 🎬 Pipeline
|
40 |
|