Yw22 commited on
Commit
a6017bb
1 Parent(s): c01c8e8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -529,8 +529,8 @@ with block as demo:
529
  width=384,
530
  model_length=16
531
  )
532
- first_frame_path = gr.State(label='')
533
- tracking_points = gr.State([], label='')
534
 
535
  with gr.Row():
536
  with gr.Column(scale=1):
 
529
  width=384,
530
  model_length=16
531
  )
532
+ first_frame_path = gr.State()
533
+ tracking_points = gr.State([])
534
 
535
  with gr.Row():
536
  with gr.Column(scale=1):