alex commited on
Commit
56398e2
·
1 Parent(s): 0fec772

small improvement

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -746,19 +746,21 @@ with gr.Blocks(css=css) as demo:
746
  [
747
  "examples/images/male-001.png",
748
  "examples/audios/denial.wav",
749
- "A realistic video of a man speaking and sometimes looking directly to the camera and moving her eyes and pupils and head accordingly and he shakes his head in disappointment and tell look stright into the camera , 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.",
750
  12
751
  ],
 
752
  [
753
  "examples/images/female-001.png",
754
  "examples/audios/script.wav",
755
- "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.",
756
  14
757
  ],
 
758
  [
759
  "examples/images/female-002.png",
760
  "examples/audios/nature.wav",
761
- "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. Her hands are clearly visible, independent, and unobstructed. Her facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.",
762
  10
763
  ],
764
  ],
 
746
  [
747
  "examples/images/male-001.png",
748
  "examples/audios/denial.wav",
749
+ ADAPTIVE_PROMPT_TEMPLATES[2],
750
  12
751
  ],
752
+
753
  [
754
  "examples/images/female-001.png",
755
  "examples/audios/script.wav",
756
+ ADAPTIVE_PROMPT_TEMPLATES[2],
757
  14
758
  ],
759
+
760
  [
761
  "examples/images/female-002.png",
762
  "examples/audios/nature.wav",
763
+ ADAPTIVE_PROMPT_TEMPLATES[2],
764
  10
765
  ],
766
  ],