Spaces:
Running on Zero
Running on Zero
Swap news.wav example for neutral narration clip
Browse files
app.py
CHANGED
|
@@ -486,7 +486,7 @@ video chunk in a **single sampling step** while keeping identity stable over lon
|
|
| 486 |
|
| 487 |
gr.Examples(
|
| 488 |
examples=[
|
| 489 |
-
["examples/portrait.jpg", "examples/
|
| 490 |
["examples/girl.png", "examples/podcast_sichuan.wav"],
|
| 491 |
],
|
| 492 |
inputs=[portrait_image, speech_audio],
|
|
@@ -497,10 +497,12 @@ video chunk in a **single sampling step** while keeping identity stable over lon
|
|
| 497 |
)
|
| 498 |
|
| 499 |
gr.Markdown(
|
| 500 |
-
"Example assets: portrait
|
| 501 |
"[LeapTalk](https://github.com/zhangrongxiang/LeapTalk) repository, portrait + podcast "
|
| 502 |
"clip from [SoulX-FlashHead](https://github.com/Soul-AILab/SoulX-FlashHead) "
|
| 503 |
-
"(both Apache-2.0).
|
|
|
|
|
|
|
| 504 |
)
|
| 505 |
|
| 506 |
gr.on(
|
|
|
|
| 486 |
|
| 487 |
gr.Examples(
|
| 488 |
examples=[
|
| 489 |
+
["examples/portrait.jpg", "examples/narration.wav"],
|
| 490 |
["examples/girl.png", "examples/podcast_sichuan.wav"],
|
| 491 |
],
|
| 492 |
inputs=[portrait_image, speech_audio],
|
|
|
|
| 497 |
)
|
| 498 |
|
| 499 |
gr.Markdown(
|
| 500 |
+
"Example assets: portrait from the "
|
| 501 |
"[LeapTalk](https://github.com/zhangrongxiang/LeapTalk) repository, portrait + podcast "
|
| 502 |
"clip from [SoulX-FlashHead](https://github.com/Soul-AILab/SoulX-FlashHead) "
|
| 503 |
+
"(both Apache-2.0). The narration clip is public-domain audiobook narration from "
|
| 504 |
+
"[LibriSpeech](https://www.openslr.org/12) (LibriVox, CC0 / public domain). "
|
| 505 |
+
"Audio clips were trimmed to a few seconds."
|
| 506 |
)
|
| 507 |
|
| 508 |
gr.on(
|