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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css=css) as demo:
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
  """)
@@ -158,14 +158,15 @@ with gr.Blocks(css=css) as demo:
158
  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
 
 
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-lg.svg" alt="Duplicate this Space"></a>
81
  </p>
82
 
83
  """)
 
158
  with gr.Column():
159
  output_video = gr.Video(format="mp4")
160
  gr.HTML("""
161
+ <p id="project-links" align="center">
162
+ <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>
163
+ </p>
164
  <img src="https://github.com/ali-vilab/dreamtalk/raw/main/media/teaser.gif" style="margin: 0 auto;border-radius: 10px;" />
165
+ <p style="text-align: left;margin: 10px auto;line-height: 1.5em;">
166
  DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles.
167
  DreamTalk exhibits robust performance with a diverse array of inputs, including songs, speech in multiple languages, noisy audio, and out-of-domain portraits.
168
  </p>
169
+
 
 
170
 
171
  """)
172