alexnasa commited on
Commit
4b309ee
·
verified ·
1 Parent(s): ace0f55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -689,6 +689,12 @@ with gr.Blocks(css=css, theme=theme) as demo:
689
  "A realistic video of a woman speaking and sometimes looking directly to the camera and moving her eyes and pupils and head accordingly and turning and looking at the camera and looking away from the camera based on her movements, standing in the woods, 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.",
690
  10
691
  ],
 
 
 
 
 
 
692
  ],
693
  inputs=[image_input, audio_input, text_input, num_steps],
694
  outputs=[output_video],
 
689
  "A realistic video of a woman speaking and sometimes looking directly to the camera and moving her eyes and pupils and head accordingly and turning and looking at the camera and looking away from the camera based on her movements, standing in the woods, 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.",
690
  10
691
  ],
692
+ [
693
+ "examples/images/female-003.png",
694
+ "examples/audios/bike.wav",
695
+ "A realistic video of a woman speaking and getting off a bike and walking towards the camera and standing and turning around and pointing at the bike while talking, 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.",
696
+ 10
697
+ ],
698
  ],
699
  inputs=[image_input, audio_input, text_input, num_steps],
700
  outputs=[output_video],