Spaces:
Running
Running
jhj0517
commited on
Commit
·
8eda133
1
Parent(s):
19b4f44
set interactive to False to output
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ class App:
|
|
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)
|
41 |
vid_dance_output_demo = gr.Video(label="Aligned Pose Output Demo", scale=5)
|
42 |
with gr.Column(scale=3):
|
43 |
with gr.Column():
|
|
|
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)
|
42 |
with gr.Column(scale=3):
|
43 |
with gr.Column():
|