alexnasa commited on
Commit
c16579a
·
verified ·
1 Parent(s): 47f6ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -683,6 +683,12 @@ with gr.Blocks(css=css, theme=theme) as demo:
683
  "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, 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.",
684
  14
685
  ],
 
 
 
 
 
 
686
  ],
687
  inputs=[image_input, audio_input, text_input, num_steps],
688
  outputs=[output_video],
 
683
  "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, 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.",
684
  14
685
  ],
686
+ [
687
+ "examples/images/female-002.png",
688
+ "examples/audios/nature.wav",
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],