alexnasa commited on
Commit
2c1d6c6
·
verified ·
1 Parent(s): 4eb0bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=4, 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.")
 
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.")