Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -659,7 +659,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
659 |
with gr.Column():
|
660 |
|
661 |
output_video = gr.Video(label="Avatar", height=512)
|
662 |
-
num_steps = gr.Slider(
|
663 |
time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
|
664 |
infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
|
665 |
with gr.Accordion("Advanced Settings", open=False):
|
@@ -687,12 +687,12 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
687 |
"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.",
|
688 |
10
|
689 |
],
|
690 |
-
[
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
],
|
696 |
],
|
697 |
inputs=[image_input, audio_input, text_input, num_steps],
|
698 |
outputs=[output_video],
|
|
|
659 |
with gr.Column():
|
660 |
|
661 |
output_video = gr.Video(label="Avatar", height=512)
|
662 |
+
num_steps = gr.Slider(4, 50, value=8, step=1, label="Steps")
|
663 |
time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
|
664 |
infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
|
665 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
687 |
"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.",
|
688 |
10
|
689 |
],
|
690 |
+
# [
|
691 |
+
# "examples/images/female-003.png",
|
692 |
+
# "examples/audios/matcha.wav",
|
693 |
+
# "A realistic video of a sad 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, touching a glass in front of her, 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.",
|
694 |
+
# 20
|
695 |
+
# ],
|
696 |
],
|
697 |
inputs=[image_input, audio_input, text_input, num_steps],
|
698 |
outputs=[output_video],
|