fffiloni commited on
Commit
252871a
1 Parent(s): 8462e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=css) as demo:
108
  flag_crop_driving_video_input = gr.Checkbox(value=False, label="do crop (driving video)")
109
  with gr.Row():
110
  process_button_source_animation = gr.Button("🚀 Animate video", variant="primary")
111
- with gr.Column(scale=2):
112
  output_video1 = gr.Video(label="The animated video in the original image space")
113
  output_video_concat1 = gr.Video(label="The animated video")
114
 
 
108
  flag_crop_driving_video_input = gr.Checkbox(value=False, label="do crop (driving video)")
109
  with gr.Row():
110
  process_button_source_animation = gr.Button("🚀 Animate video", variant="primary")
111
+ with gr.Column(scale=1.5):
112
  output_video1 = gr.Video(label="The animated video in the original image space")
113
  output_video_concat1 = gr.Video(label="The animated video")
114