From 28e51d1c5ebe95572acd88a1b48545f0d714b495 Mon Sep 17 00:00:00 2001 From: Viner Abubakirov Date: Thu, 2 Apr 2026 10:17:17 +0500 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B1=D1=8B=D0=BB=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B8=D0=B7=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.py b/main.py index 68cc20c..c4bf696 100644 --- a/main.py +++ b/main.py @@ -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,