Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(css=css) as demo:
|
|
54 |
gr.HTML("""
|
55 |
<h1 style="text-align: center;">DreamTalk</h1>
|
56 |
<h2 style="text-align: center;">When Expressive Talking Head Generation Meets Diffusion Probabilistic Models</h2>
|
57 |
-
<p style="text-align: center;">
|
58 |
DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles. <br />
|
59 |
DreamTalk exhibits robust performance with a diverse array of inputs, including songs, speech in multiple languages, noisy audio, and out-of-domain portraits.
|
60 |
</p>
|
@@ -135,6 +135,9 @@ with gr.Blocks(css=css) as demo:
|
|
135 |
output_video = gr.Video(format="mp4")
|
136 |
gr.HTML("""
|
137 |
<img src="https://github.com/ali-vilab/dreamtalk/raw/main/media/teaser.gif" style="margin: 0 auto;border-radius: 10px;" />
|
|
|
|
|
|
|
138 |
""")
|
139 |
|
140 |
run_btn.click(
|
|
|
54 |
gr.HTML("""
|
55 |
<h1 style="text-align: center;">DreamTalk</h1>
|
56 |
<h2 style="text-align: center;">When Expressive Talking Head Generation Meets Diffusion Probabilistic Models</h2>
|
57 |
+
<p style="text-align: center;max-width:720px;">
|
58 |
DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles. <br />
|
59 |
DreamTalk exhibits robust performance with a diverse array of inputs, including songs, speech in multiple languages, noisy audio, and out-of-domain portraits.
|
60 |
</p>
|
|
|
135 |
output_video = gr.Video(format="mp4")
|
136 |
gr.HTML("""
|
137 |
<img src="https://github.com/ali-vilab/dreamtalk/raw/main/media/teaser.gif" style="margin: 0 auto;border-radius: 10px;" />
|
138 |
+
<p align="center">
|
139 |
+
<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>
|
140 |
+
</p>
|
141 |
""")
|
142 |
|
143 |
run_btn.click(
|