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,