Mar2Ding commited on
Commit
1936f28
·
verified ·
1 Parent(s): c8b1663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -540,7 +540,7 @@ with gr.Blocks(css=css) as demo:
540
  tracking_points, # get tracking_points values
541
  trackings_input_label, # get tracking label values
542
  input_first_frame_image, # gr.State() first frame path
543
- gr.SelectData(),
544
  ],
545
  outputs = [
546
  tracking_points, # updated with new points
 
540
  tracking_points, # get tracking_points values
541
  trackings_input_label, # get tracking label values
542
  input_first_frame_image, # gr.State() first frame path
543
+ gr.SelectData,
544
  ],
545
  outputs = [
546
  tracking_points, # updated with new points