fffiloni commited on
Commit
8a52e2f
·
verified ·
1 Parent(s): 1699a80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks() as demo:
487
  point_type, # "include" or "exclude"
488
  tracking_points, # get tracking_points values
489
  trackings_input_label, # get tracking label values
490
- first_frame_path, # gr.State() first frame path
491
  ],
492
  outputs = [
493
  tracking_points, # updated with new points
 
487
  point_type, # "include" or "exclude"
488
  tracking_points, # get tracking_points values
489
  trackings_input_label, # get tracking label values
490
+ input_first_frame_image, # gr.State() first frame path
491
  ],
492
  outputs = [
493
  tracking_points, # updated with new points