Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,10 +94,9 @@ with gr.Blocks(css=css) as demo:
|
|
94 |
flag_crop_driving_video_input = gr.Checkbox(value=False, label="do crop (driving video)")
|
95 |
with gr.Row():
|
96 |
process_button_source_animation = gr.Button("🚀 Animate video", variant="primary")
|
97 |
-
process_button_reset = gr.ClearButton([source_video_input, video_input, output_video1, output_video_concat1], value="🧹 Clear")
|
98 |
with gr.Column():
|
99 |
-
|
100 |
-
|
101 |
|
102 |
# binding functions for buttons
|
103 |
|
|
|
94 |
flag_crop_driving_video_input = gr.Checkbox(value=False, label="do crop (driving video)")
|
95 |
with gr.Row():
|
96 |
process_button_source_animation = gr.Button("🚀 Animate video", variant="primary")
|
|
|
97 |
with gr.Column():
|
98 |
+
output_video1 = gr.Video(label="The animated video in the original image space")
|
99 |
+
output_video_concat1 = gr.Video(label="The animated video")
|
100 |
|
101 |
# binding functions for buttons
|
102 |
|