Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ def get_mask_sam_process(
|
|
| 219 |
video_frames_dir, # extracted_frames_output_dir defined in 'preprocess_video_in' function
|
| 220 |
scanned_frames,
|
| 221 |
working_frame: str = None, # current frame being added points
|
| 222 |
-
available_frames_to_check,
|
| 223 |
progress=gr.Progress(track_tqdm=True)
|
| 224 |
):
|
| 225 |
|
|
|
|
| 219 |
video_frames_dir, # extracted_frames_output_dir defined in 'preprocess_video_in' function
|
| 220 |
scanned_frames,
|
| 221 |
working_frame: str = None, # current frame being added points
|
| 222 |
+
available_frames_to_check: List[str] = [],
|
| 223 |
progress=gr.Progress(track_tqdm=True)
|
| 224 |
):
|
| 225 |
|