fffiloni commited on
Commit
85c77fb
·
verified ·
1 Parent(s): 613498c

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +14 -0
gradio_app.py CHANGED
@@ -390,6 +390,20 @@ def gradio_infer(source_image, driven_audio):
390
  with gr.Blocks() as demo:
391
  with gr.Column():
392
  gr.Markdown("# KDTalker")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
393
 
394
  with gr.Row():
395
 
 
390
  with gr.Blocks() as demo:
391
  with gr.Column():
392
  gr.Markdown("# KDTalker")
393
+ gr.Markdown("Unlock Pose Diversity: Accurate and Efficient Implicit Keypoint-based Spatiotemporal Diffusion for Audio-driven Talking Portrait")
394
+ gr.HTML("""
395
+ <div style="display:flex;column-gap:4px;">
396
+ <a href="https://github.com/chaolongy/KDTalker">
397
+ <img src='https://img.shields.io/badge/GitHub-Repo-blue'>
398
+ </a>
399
+ <a href="https://arxiv.org/abs/2503.12963">
400
+ <img src='https://img.shields.io/badge/ArXiv-Paper-red'>
401
+ </a>
402
+ <a href="https://huggingface.co/spaces/fffiloni/KDTalker?duplicate=true">
403
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
404
+ </a>
405
+ </div>
406
+ """)
407
 
408
  with gr.Row():
409