Yw22 commited on
Commit
0a08da9
1 Parent(s): 5877674
Files changed (1) hide show
  1. app.py +2 -2
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(value=None)
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=256,
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",