cleardusk Fabrice-TIERCELIN commited on
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]>

Files changed (1) hide show
  1. 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
- <div>
3
- <h1>LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control</h1>
4
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;>
5
- <a href="https://arxiv.org/pdf/2407.03168"><img src="https://img.shields.io/badge/arXiv-2407.03168-red"></a>
6
- <a href="https://liveportrait.github.io"><img src="https://img.shields.io/badge/Project_Page-LivePortrait-green" alt="Project Page"></a>
7
- <a href="https://github.com/KwaiVGI/LivePortrait"><img src="https://img.shields.io/badge/Github-Code-blue"></a>
8
- </div>
 
 
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
+ &nbsp;
8
+ <a href="https://liveportrait.github.io"><img src="https://img.shields.io/badge/Project_Page-LivePortrait-green" alt="Project Page"></a>
9
+ &nbsp;
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>