Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ css="""
|
|
| 52 |
max-width: 940px;
|
| 53 |
}
|
| 54 |
#project-links{
|
| 55 |
-
margin
|
| 56 |
column-gap: 8px;
|
| 57 |
display: flex;
|
| 58 |
justify-content: center;
|
|
@@ -161,13 +161,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 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 |
|
| 173 |
run_btn.click(
|
|
|
|
| 52 |
max-width: 940px;
|
| 53 |
}
|
| 54 |
#project-links{
|
| 55 |
+
margin: 0 0 12px !important;
|
| 56 |
column-gap: 8px;
|
| 57 |
display: flex;
|
| 58 |
justify-content: center;
|
|
|
|
| 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 |
""")
|
| 166 |
|
| 167 |
run_btn.click(
|