Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -62,20 +62,20 @@ def main():
|
|
62 |
device = "cpu"
|
63 |
|
64 |
with gr.Blocks(analytics_enabled=False) as interface:
|
65 |
-
gr.
|
66 |
-
|
67 |
-
|
68 |
-
<
|
69 |
-
|
70 |
-
<
|
71 |
-
|
|
|
|
|
72 |
</div>
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
reference_audio_type = gr.Textbox(value="upload", visible=False)
|
78 |
-
|
79 |
with gr.Row():
|
80 |
with gr.Column(variant="panel"):
|
81 |
with gr.Tabs(elem_id="kdtalker_source_image"):
|
|
|
62 |
device = "cpu"
|
63 |
|
64 |
with gr.Blocks(analytics_enabled=False) as interface:
|
65 |
+
with gr.Row():
|
66 |
+
gr.Markdown(
|
67 |
+
"""
|
68 |
+
<div align='center'>
|
69 |
+
<h2> Unlock Pose Diversity: Accurate and Efficient Implicit Keypoint-based Spatiotemporal Diffusion for Audio-driven Talking Portrait </h2>
|
70 |
+
<div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
|
71 |
+
<img src='https://newstatic.dukekunshan.edu.cn/mainsite/2021/08/07161629/large_dku-Logo-e1649298929570.png' alt='Logo' width='150'/>
|
72 |
+
<img src='https://www.xjtlu.edu.cn/wp-content/uploads/2023/12/7c52fd62e9cf26cb493faa7f91c2782.png' width='250'/>
|
73 |
+
</div>
|
74 |
</div>
|
75 |
+
"""
|
76 |
+
)
|
77 |
+
driven_audio_type = gr.Textbox(value="upload", visible=False)
|
78 |
+
reference_audio_type = gr.Textbox(value="upload", visible=False)
|
|
|
|
|
79 |
with gr.Row():
|
80 |
with gr.Column(variant="panel"):
|
81 |
with gr.Tabs(elem_id="kdtalker_source_image"):
|