Yw22 commited on
Commit
5877674
1 Parent(s): 054313f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -513,8 +513,8 @@ with block as demo:
513
  width=384,
514
  model_length=16
515
  )
516
- first_frame_path = gr.State(value=None,label="")
517
- tracking_points = gr.State([], label="")
518
 
519
  with gr.Row():
520
  with gr.Column(scale=1):
 
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():
520
  with gr.Column(scale=1):