Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
3e9b8cc
1
Parent(s):
68b4f78
fix
Browse files
app.py
CHANGED
|
@@ -643,6 +643,7 @@ with gr.Blocks(title="OmniAvatar - Lipsynced Avatar Video Generation") as app:
|
|
| 643 |
Generate videos with lipsynced avatars using a reference image and audio file.
|
| 644 |
Based on Wan2.1 with OmniAvatar enhancements for audio-driven avatar animation.
|
| 645 |
Note: this Gradio Space demo uses Wan2.1 1.3B and not Wan 14B.
|
|
|
|
| 646 |
""")
|
| 647 |
|
| 648 |
with gr.Row():
|
|
|
|
| 643 |
Generate videos with lipsynced avatars using a reference image and audio file.
|
| 644 |
Based on Wan2.1 with OmniAvatar enhancements for audio-driven avatar animation.
|
| 645 |
Note: this Gradio Space demo uses Wan2.1 1.3B and not Wan 14B.
|
| 646 |
+
It takes about 6 minutes to generate a 6s long video, so we recommend you to duplicate this space.
|
| 647 |
""")
|
| 648 |
|
| 649 |
with gr.Row():
|