fffiloni commited on
Commit
0e7d26a
·
verified ·
1 Parent(s): 7aba245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -462,7 +462,7 @@ with gr.Blocks() as demo:
462
 
463
  submit_btn.click(
464
  fn = sam_process,
465
- inputs = [input_first_frame_image, checkpoint, tracking_points, trackings_input_label, video_frames_dir, scanned_frames],
466
  outputs = [output_result, stored_frame_names, stored_inference_state]
467
  )
468
 
 
462
 
463
  submit_btn.click(
464
  fn = sam_process,
465
+ inputs = [input_first_frame_image, checkpoint, tracking_points, trackings_input_label, video_frames_dir, scanned_frames, working_frame],
466
  outputs = [output_result, stored_frame_names, stored_inference_state]
467
  )
468