Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,9 +52,11 @@ css="""
|
|
52 |
with gr.Blocks(css=css) as demo:
|
53 |
with gr.Column(elem_id="col-container"):
|
54 |
gr.HTML("""
|
55 |
-
<
|
|
|
56 |
<p style="text-align: center;">
|
57 |
-
DreamTalk is a diffusion-based audio-driven expressive talking head generation framework that can produce high-quality talking head videos across diverse speaking styles.
|
|
|
58 |
</p>
|
59 |
""")
|
60 |
with gr.Row():
|
|
|
52 |
with gr.Blocks(css=css) as demo:
|
53 |
with gr.Column(elem_id="col-container"):
|
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>
|
61 |
""")
|
62 |
with gr.Row():
|