David Krajewski commited on
Commit
1b332d2
·
1 Parent(s): 76c8ea5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -764,7 +764,7 @@ with gr.Blocks() as demo:
764
  return motion_brush_mask, transparent_layer, motion_map, viz_flow
765
 
766
  def add_tracking_points(tracking_points, first_frame_path, motion_brush_mask, evt: gr.SelectData):
767
-
768
  print(f"You selected {evt.value} at {evt.index} from {evt.target}")
769
  tracking_points.constructor_args['value'][-1].append(evt.index)
770
 
 
764
  return motion_brush_mask, transparent_layer, motion_map, viz_flow
765
 
766
  def add_tracking_points(tracking_points, first_frame_path, motion_brush_mask, evt: gr.SelectData):
767
+ print(evt)
768
  print(f"You selected {evt.value} at {evt.index} from {evt.target}")
769
  tracking_points.constructor_args['value'][-1].append(evt.index)
770