fffiloni commited on
Commit
bd7e187
1 Parent(s): 2c19733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -8
app.py CHANGED
@@ -74,12 +74,12 @@ css="""
74
  with gr.Blocks(css=css) as demo:
75
  with gr.Column(elem_id="col-container"):
76
  gr.HTML("""
77
- <h1 style="text-align: center;">DreamTalk</h1>
78
- <h2 style="text-align: center;">When Expressive Talking Head Generation Meets Diffusion Probabilistic Models</h2>
79
- <p style="text-align: center;max-width: 600px;margin:0 auto;">
80
- DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles.
81
- DreamTalk exhibits robust performance with a diverse array of inputs, including songs, speech in multiple languages, noisy audio, and out-of-domain portraits.
82
  </p>
 
83
  """)
84
  with gr.Row():
85
  with gr.Column():
@@ -159,12 +159,14 @@ with gr.Blocks(css=css) as demo:
159
  output_video = gr.Video(format="mp4")
160
  gr.HTML("""
161
  <img src="https://github.com/ali-vilab/dreamtalk/raw/main/media/teaser.gif" style="margin: 0 auto;border-radius: 10px;" />
 
 
 
 
162
  <p id="project-links" align="center">
163
  <a href='https://dreamtalk-project.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a> <a href='https://arxiv.org/abs/2312.09767'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a> <a href='https://youtu.be/VF4vlE6ZqWQ'><img src='https://badges.aleen42.com/src/youtube.svg'></a>
164
  </p>
165
- <p style="margin:12px auto;">
166
- <a href="https://huggingface.co/spaces/fffiloni/dreamtalk?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-xl.svg" alt="Duplicate this Space"></a>
167
- </p>
168
  """)
169
 
170
  run_btn.click(
 
74
  with gr.Blocks(css=css) as demo:
75
  with gr.Column(elem_id="col-container"):
76
  gr.HTML("""
77
+ <h2 style="text-align: center;">DreamTalk</h2>
78
+ <p style="text-align: center;">When Expressive Talking Head Generation Meets Diffusion Probabilistic Models</p>
79
+ <p style="margin:12px auto;display: flex;justify-content: center;">
80
+ <a href="https://huggingface.co/spaces/fffiloni/dreamtalk?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-xl.svg" alt="Duplicate this Space"></a>
 
81
  </p>
82
+
83
  """)
84
  with gr.Row():
85
  with gr.Column():
 
159
  output_video = gr.Video(format="mp4")
160
  gr.HTML("""
161
  <img src="https://github.com/ali-vilab/dreamtalk/raw/main/media/teaser.gif" style="margin: 0 auto;border-radius: 10px;" />
162
+ <p style="text-align: center;max-width: 600px;margin:0 auto;">
163
+ DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles.
164
+ DreamTalk exhibits robust performance with a diverse array of inputs, including songs, speech in multiple languages, noisy audio, and out-of-domain portraits.
165
+ </p>
166
  <p id="project-links" align="center">
167
  <a href='https://dreamtalk-project.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a> <a href='https://arxiv.org/abs/2312.09767'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a> <a href='https://youtu.be/VF4vlE6ZqWQ'><img src='https://badges.aleen42.com/src/youtube.svg'></a>
168
  </p>
169
+
 
 
170
  """)
171
 
172
  run_btn.click(