Забыл удалить переменные из runner

This commit is contained in:
Viner Abubakirov
2026-04-02 10:17:17 +05:00
parent 97ca8b19f8
commit 28e51d1c5e

View File

@@ -179,13 +179,9 @@ class InterpolationPipeline:
def runner(
base_path: Path,
video_path: Path,
output_video: Path,
output_video: str,
preset: presets.Preset = presets.LARGE,
):
base_path = Path("output")
video_path = Path("example/video.mp4")
output_video = "interpolated_video.mp4"
pipeline = InterpolationPipeline(
config=preset.config,
checkpoint_path=preset.checkpoint,