fffiloni commited on
Commit
1c85423
·
verified ·
1 Parent(s): 316c71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -510,14 +510,14 @@ with gr.Blocks() as demo:
510
  queue=False
511
  )
512
 
513
- """
514
  working_frame.change(
515
  fn = switch_working_frame,
516
  inputs = [working_frame, scanned_frames, video_frames_dir],
517
  outputs = [first_frame_path, tracking_points, trackings_input_label, input_first_frame_image, points_map, working_frame],
518
  queue=False
519
  )
520
- """
521
 
522
  submit_btn.click(
523
  fn = get_mask_sam_process,
 
510
  queue=False
511
  )
512
 
513
+
514
  working_frame.change(
515
  fn = switch_working_frame,
516
  inputs = [working_frame, scanned_frames, video_frames_dir],
517
  outputs = [first_frame_path, tracking_points, trackings_input_label, input_first_frame_image, points_map, working_frame],
518
  queue=False
519
  )
520
+
521
 
522
  submit_btn.click(
523
  fn = get_mask_sam_process,