fantaxy commited on
Commit
b68abb9
1 Parent(s): 378fe9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ class App:
35
  with gr.Row():
36
  with gr.Column(scale=3):
37
  img_pose_input = gr.Image(label="Input Image", type="filepath", scale=5)
38
- vid_dance_input = gr.Video(label="Input Dance Video", max_length=4, scale=5)
39
  with gr.Column(scale=3):
40
  vid_dance_output = gr.Video(label="Aligned Pose Output", scale=5, interactive=False)
41
  vid_dance_output_demo = gr.Video(label="Aligned Pose Output Demo", scale=5)
 
35
  with gr.Row():
36
  with gr.Column(scale=3):
37
  img_pose_input = gr.Image(label="Input Image", type="filepath", scale=5)
38
+ vid_dance_input = gr.Video(label="Input Dance Video", max_length=30, scale=5)
39
  with gr.Column(scale=3):
40
  vid_dance_output = gr.Video(label="Aligned Pose Output", scale=5, interactive=False)
41
  vid_dance_output_demo = gr.Video(label="Aligned Pose Output Demo", scale=5)