fffiloni commited on
Commit
1941058
Β·
verified Β·
1 Parent(s): af3200e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,6 +62,8 @@ with gr.Blocks(css=css) as demo:
62
  with gr.Row():
63
  with gr.Column():
64
  with gr.Row():
 
 
65
  gr.Examples(
66
  examples=[
67
  [osp.join(example_video_dir, "d0.mp4")],
@@ -75,7 +77,6 @@ with gr.Blocks(css=css) as demo:
75
  scale=1
76
  )
77
 
78
- source_video_input = gr.Video(label="Portrait Video Source", scale=7)
79
 
80
  gr.Markdown("β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”")
81
  video_input = gr.Video(label="Driving Portrait Video")
 
62
  with gr.Row():
63
  with gr.Column():
64
  with gr.Row():
65
+
66
+ source_video_input = gr.Video(label="Portrait Video Source", scale=7)
67
  gr.Examples(
68
  examples=[
69
  [osp.join(example_video_dir, "d0.mp4")],
 
77
  scale=1
78
  )
79
 
 
80
 
81
  gr.Markdown("β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”")
82
  video_input = gr.Video(label="Driving Portrait Video")