TaliDror commited on
Commit ·
a5d0eb3
1
Parent(s): 7b7b604
improved UI
Browse files
app.py
CHANGED
|
@@ -476,7 +476,7 @@ def load_models():
|
|
| 476 |
# ---------------------------------------------------------------------------
|
| 477 |
|
| 478 |
def build_demo():
|
| 479 |
-
with gr.Blocks(title="Speech-to-Face
|
| 480 |
gr.Markdown("# Speech-to-Face Generation")
|
| 481 |
gr.Markdown("Upload or record a speech audio clip and generate face images conditioned on the speaker's voice. **Please provide at least 5 seconds of speech.**")
|
| 482 |
|
|
|
|
| 476 |
# ---------------------------------------------------------------------------
|
| 477 |
|
| 478 |
def build_demo():
|
| 479 |
+
with gr.Blocks(title="AAS2F: Ambiguity-Aware Speech-to-Face Synthesis with Speaker-Conditioned Diffusion Models") as demo:
|
| 480 |
gr.Markdown("# Speech-to-Face Generation")
|
| 481 |
gr.Markdown("Upload or record a speech audio clip and generate face images conditioned on the speaker's voice. **Please provide at least 5 seconds of speech.**")
|
| 482 |
|