Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,11 +40,6 @@ def lipsyncer_demo():
|
|
40 |
gr.Markdown("<div align='center'> <h2> LipSyncer: Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation (CVPR 2023) </span> </h2> \
|
41 |
<a style='font-size:18px;color: #efefef' href='https://arxiv.org/abs/2211.12194'>Arxiv</a> </div>")
|
42 |
|
43 |
-
|
44 |
-
gr.Markdown("""
|
45 |
-
<b></b>
|
46 |
-
""")
|
47 |
-
|
48 |
with gr.Row().style(equal_height=False):
|
49 |
with gr.Column(variant='panel'):
|
50 |
with gr.Tabs(elem_id="lipsyncer_source_image"):
|
|
|
40 |
gr.Markdown("<div align='center'> <h2> LipSyncer: Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation (CVPR 2023) </span> </h2> \
|
41 |
<a style='font-size:18px;color: #efefef' href='https://arxiv.org/abs/2211.12194'>Arxiv</a> </div>")
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
with gr.Row().style(equal_height=False):
|
44 |
with gr.Column(variant='panel'):
|
45 |
with gr.Tabs(elem_id="lipsyncer_source_image"):
|