wwen1997 commited on
Commit
ca504cb
1 Parent(s): 6cc7fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -710,7 +710,7 @@ if __name__ == "__main__":
710
  Framer = Drag("cuda", args, 320, 512, 14)
711
  first_frame_path = gr.State()
712
  last_frame_path = gr.State()
713
- tracking_points = gr.State([])
714
 
715
  with gr.Row():
716
  with gr.Column(scale=1):
 
710
  Framer = Drag("cuda", args, 320, 512, 14)
711
  first_frame_path = gr.State()
712
  last_frame_path = gr.State()
713
+ tracking_points = gr.State()
714
 
715
  with gr.Row():
716
  with gr.Column(scale=1):