Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|