Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
62368d1
1
Parent(s):
731714c
More catchy title and spaces between badges (#11)
Browse files- More catchy title and spaces between badges (96534f257c77897a2bffd5512f0448ca7b00260c)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
- assets/gradio_title.md +10 -7
assets/gradio_title.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
9 |
</div>
|
|
|
10 |
</div>
|
|
|
1 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
2 |
+
<div>
|
3 |
+
<h1>LivePortrait</h1>
|
4 |
+
<span>Add mimics and lip sync to your static portrait driven by a video (lips and eyes retargeting included)</span>
|
5 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center;>
|
6 |
+
<a href="https://arxiv.org/pdf/2407.03168"><img src="https://img.shields.io/badge/arXiv-2407.03168-red"></a>
|
7 |
+
|
8 |
+
<a href="https://liveportrait.github.io"><img src="https://img.shields.io/badge/Project_Page-LivePortrait-green" alt="Project Page"></a>
|
9 |
+
|
10 |
+
<a href="https://github.com/KwaiVGI/LivePortrait"><img src="https://img.shields.io/badge/Github-Code-blue"></a>
|
11 |
</div>
|
12 |
+
</div>
|
13 |
</div>
|