Update pipeline/integrated_pipeline.py
Browse files
pipeline/integrated_pipeline.py
CHANGED
|
@@ -583,4 +583,4 @@ def process_video_two_stage(input_video: str, background_video: str,
|
|
| 583 |
output_path, use_matanyone, progress_callback
|
| 584 |
)
|
| 585 |
finally:
|
| 586 |
-
processor.cleanup()
|
|
|
|
| 583 |
output_path, use_matanyone, progress_callback
|
| 584 |
)
|
| 585 |
finally:
|
| 586 |
+
processor.cleanup()
|