Spaces:
Running
on
Zero
Running
on
Zero
envs
Browse files
app.py
CHANGED
@@ -513,7 +513,7 @@ with block as demo:
|
|
513 |
width=384,
|
514 |
model_length=16
|
515 |
)
|
516 |
-
first_frame_path = gr.State(
|
517 |
tracking_points = gr.State([])
|
518 |
|
519 |
with gr.Row():
|
@@ -531,7 +531,7 @@ with block as demo:
|
|
531 |
with gr.Column(scale=6):
|
532 |
input_image = gr.Image(label="Input Image",
|
533 |
interactive=True,
|
534 |
-
height=
|
535 |
width=384,)
|
536 |
with gr.Column(scale=6):
|
537 |
output_image = gr.Image(label="Motion Path",
|
|
|
513 |
width=384,
|
514 |
model_length=16
|
515 |
)
|
516 |
+
first_frame_path = gr.State()
|
517 |
tracking_points = gr.State([])
|
518 |
|
519 |
with gr.Row():
|
|
|
531 |
with gr.Column(scale=6):
|
532 |
input_image = gr.Image(label="Input Image",
|
533 |
interactive=True,
|
534 |
+
height=265,
|
535 |
width=384,)
|
536 |
with gr.Column(scale=6):
|
537 |
output_image = gr.Image(label="Motion Path",
|