Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -699,7 +699,7 @@ with gr.Blocks(css=css) as demo:
|
|
699 |
with gr.Column():
|
700 |
|
701 |
output_video = gr.Video(label="Avatar", height=512)
|
702 |
-
num_steps = gr.Slider(4, 50, value=
|
703 |
time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
|
704 |
infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
|
705 |
text_input = gr.Textbox(label="Video Prompt", lines=6, value="A realistic video of a woman speaking and moving her head accordingly but without moving her hands.")
|
|
|
699 |
with gr.Column():
|
700 |
|
701 |
output_video = gr.Video(label="Avatar", height=512)
|
702 |
+
num_steps = gr.Slider(4, 50, value=8, step=1, label="Steps")
|
703 |
time_required = gr.Text(value="⌚ Zero GPU Required: --", show_label=False)
|
704 |
infer_btn = gr.Button("🦜 Avatar Me", variant="primary")
|
705 |
text_input = gr.Textbox(label="Video Prompt", lines=6, value="A realistic video of a woman speaking and moving her head accordingly but without moving her hands.")
|