Spaces:
Running
on
Zero
Running
on
Zero
alex
commited on
Commit
·
c433e00
1
Parent(s):
7e562fe
advanced tab
Browse files
app.py
CHANGED
|
@@ -548,14 +548,12 @@ with gr.Blocks(css=css, title="Wan 2.2 Animate --replace", theme=gr.themes.Ocean
|
|
| 548 |
time_required = gr.Text(value="⌚ Zero GPU Required: ~195.0s (3.2 mins)", show_label=False, visible=False)
|
| 549 |
action_button = gr.Button("Wan Animate 🦆", variant='primary', elem_classes="button-gradient")
|
| 550 |
|
| 551 |
-
with gr.
|
| 552 |
pose_video = gr.Video(label="Pose Video")
|
| 553 |
-
bg_video = gr.Video(label="Background Video"
|
| 554 |
-
face_video = gr.Video(label="Face Video"
|
| 555 |
mask_video = gr.Video(label="Mask Video")
|
| 556 |
|
| 557 |
-
|
| 558 |
-
|
| 559 |
with gr.Row():
|
| 560 |
with gr.Column(elem_id="col-showcase"):
|
| 561 |
|
|
|
|
| 548 |
time_required = gr.Text(value="⌚ Zero GPU Required: ~195.0s (3.2 mins)", show_label=False, visible=False)
|
| 549 |
action_button = gr.Button("Wan Animate 🦆", variant='primary', elem_classes="button-gradient")
|
| 550 |
|
| 551 |
+
with gr.Accordion("Preprocessed Data", open=False, visible=True):
|
| 552 |
pose_video = gr.Video(label="Pose Video")
|
| 553 |
+
bg_video = gr.Video(label="Background Video")
|
| 554 |
+
face_video = gr.Video(label="Face Video")
|
| 555 |
mask_video = gr.Video(label="Mask Video")
|
| 556 |
|
|
|
|
|
|
|
| 557 |
with gr.Row():
|
| 558 |
with gr.Column(elem_id="col-showcase"):
|
| 559 |
|