akhaliq HF staff commited on
Commit
570b3f3
1 Parent(s): c560392

update to 5 for examples (#21)

Browse files

- update to 5 for examples (1948da448b5730e72e5aae5761435a4cb835aa15)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
 
58
  with gr.Row():
59
  reference_image = gr.Image(label="Reference Image")
60
- motion_sequence = gr.Video(format="mp4", label="Motion Sequence",max_length=1)
61
 
62
  with gr.Column():
63
  random_seed = gr.Textbox(label="Random seed", value=1, info="default: -1")
 
57
 
58
  with gr.Row():
59
  reference_image = gr.Image(label="Reference Image")
60
+ motion_sequence = gr.Video(format="mp4", label="Motion Sequence",max_length=5)
61
 
62
  with gr.Column():
63
  random_seed = gr.Textbox(label="Random seed", value=1, info="default: -1")