multimodalart HF Staff commited on
Commit
65bba67
·
verified ·
1 Parent(s): 22780b6

Swap news.wav example for neutral narration clip

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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/news.wav"],
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 + news clip 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). Audio clips were trimmed to 9 seconds."
 
 
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(