Spaces:
Running
on
Zero
Running
on
Zero
add project infos
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: EchoMimic
|
3 |
emoji: 🐨
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
|
|
1 |
---
|
2 |
+
title: EchoMimic
|
3 |
emoji: 🐨
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
webgui.py
CHANGED
@@ -213,6 +213,13 @@ with gr.Blocks() as demo:
|
|
213 |
gr.Markdown('# EchoMimic')
|
214 |
gr.Markdown('## Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning')
|
215 |
gr.Markdown('Inference time: from ~7mins/240frames to ~50s/240frames on V100 GPU')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
with gr.Row():
|
217 |
with gr.Column():
|
218 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
|
|
213 |
gr.Markdown('# EchoMimic')
|
214 |
gr.Markdown('## Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning')
|
215 |
gr.Markdown('Inference time: from ~7mins/240frames to ~50s/240frames on V100 GPU')
|
216 |
+
gr.HTML("""
|
217 |
+
<div style="display:flex;column-gap:4px;">
|
218 |
+
<a href='https://badtobest.github.io/echomimic.html'><img src='https://img.shields.io/badge/Project-Page-blue'></a>
|
219 |
+
<a href='https://huggingface.co/BadToBest/EchoMimic'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
|
220 |
+
<a href='https://arxiv.org/abs/2407.08136'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
|
221 |
+
</div>
|
222 |
+
""")
|
223 |
with gr.Row():
|
224 |
with gr.Column():
|
225 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|