alexnasa commited on
Commit
5aa0711
·
verified ·
1 Parent(s): 1fb31d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -675,16 +675,22 @@ with gr.Blocks(css=css, theme=theme) as demo:
675
  examples = gr.Examples(
676
  examples=[
677
  [
678
- "examples/images/female-001.png",
679
  "examples/audios/mushroom.wav",
680
  "A realistic video of a woman speaking and sometimes looking directly to the camera, sitting on a sofa, with dynamic and rhythmic and extensive hand gestures that complement his speech. His hands are clearly visible, independent, and unobstructed. His facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
681
- 20
682
  ],
683
  [
684
  "examples/images/male-001.png",
685
  "examples/audios/reality.wav",
686
  "A realistic video of a man moving his hands extensively and speaking. The motion of his hands matches his speech. His facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
687
  9
 
 
 
 
 
 
688
  ],
689
  ],
690
  inputs=[image_input, audio_input, text_input, num_steps],
 
675
  examples = gr.Examples(
676
  examples=[
677
  [
678
+ "examples/images/female-002.png",
679
  "examples/audios/mushroom.wav",
680
  "A realistic video of a woman speaking and sometimes looking directly to the camera, sitting on a sofa, with dynamic and rhythmic and extensive hand gestures that complement his speech. His hands are clearly visible, independent, and unobstructed. His facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
681
+ 7
682
  ],
683
  [
684
  "examples/images/male-001.png",
685
  "examples/audios/reality.wav",
686
  "A realistic video of a man moving his hands extensively and speaking. The motion of his hands matches his speech. His facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
687
  9
688
+ ],
689
+ [
690
+ "examples/images/female-001.png",
691
+ "examples/audios/mushroom.wav",
692
+ "A realistic video of a woman speaking and sometimes looking directly to the camera, sitting on a sofa, with dynamic and rhythmic and extensive hand gestures that complement his speech. His hands are clearly visible, independent, and unobstructed. His facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
693
+ 20
694
  ],
695
  ],
696
  inputs=[image_input, audio_input, text_input, num_steps],