YinuoGuo27 commited on
Commit
e88cdba
·
verified ·
1 Parent(s): 0ed7b25

Update app.py

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