Spaces:
Paused
Paused
update
Browse files
demo.py
CHANGED
@@ -26,7 +26,6 @@ def automask_video_app(video_path, model_type, points_per_side, points_per_batch
|
|
26 |
points_per_batch=points_per_batch,
|
27 |
min_area=min_area,
|
28 |
output_path="output.mp4",
|
29 |
-
save=True,
|
30 |
)
|
31 |
return "output.mp4"
|
32 |
|
|
|
26 |
points_per_batch=points_per_batch,
|
27 |
min_area=min_area,
|
28 |
output_path="output.mp4",
|
|
|
29 |
)
|
30 |
return "output.mp4"
|
31 |
|