Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|