alexnasa commited on
Commit
a0984d3
·
verified ·
1 Parent(s): 47e0e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -665,7 +665,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
665
  time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
666
  infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
667
  with gr.Accordion("Advanced Settings", open=False):
668
- text_input = gr.Textbox(label="Prompt Text", lines=4, value="A realistic video of a person speaking directly to the camera on a sofa, with dynamic and rhythmic hand gestures that complement their speech. Their hands are clearly visible, independent, and unobstructed. Their facial expressions are expressive and full of emotion, enhancing the delivery. The camera remains steady, capturing sharp, clear movements and a focused, engaging presence.")
669
 
670
  with gr.Column():
671
 
@@ -683,12 +683,6 @@ 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
- "examples/images/female-002.png",
688
- "examples/audios/river.wav",
689
- "A realistic video of a woman speaking and looking at the camera and speaking and moving her hands accorindgly, she sometimes turns out and pointing at the trees behind her and the tree are moving quite extensively due to the wind",
690
- 7
691
- ],
692
  ],
693
  inputs=[image_input, audio_input, text_input, num_steps],
694
  outputs=[output_video],
 
665
  time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
666
  infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
667
  with gr.Accordion("Advanced Settings", open=False):
668
+ text_input = gr.Textbox(label="Video Prompt", lines=6, value="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.")
669
 
670
  with gr.Column():
671
 
 
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],