From 275f329f7f7d4fb477bc63c1f58baae10faad6e3 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 29 May 2023 14:08:26 +0000 Subject: [PATCH] disabled formatting for example code to keep comment indentation --- examples/run_interpolate_rife.py | 2 +- examples/run_upscale_waifu2x.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/run_interpolate_rife.py b/examples/run_interpolate_rife.py index a760f35..6b932f5 100755 --- a/examples/run_interpolate_rife.py +++ b/examples/run_interpolate_rife.py @@ -7,11 +7,11 @@ import pathlib # import video2x from video2x import Video2X - # create video2x object video2x = Video2X() # run upscale +# fmt: off video2x.interpolate( pathlib.Path("input.mp4"), # input video path pathlib.Path("output.mp4"), # another diff --git a/examples/run_upscale_waifu2x.py b/examples/run_upscale_waifu2x.py index 07b9c98..463fb76 100755 --- a/examples/run_upscale_waifu2x.py +++ b/examples/run_upscale_waifu2x.py @@ -7,11 +7,11 @@ import pathlib # import video2x from video2x import Video2X - # create video2x object video2x = Video2X() # run upscale +# fmt: off video2x.upscale( pathlib.Path("input.mp4"), # input video path pathlib.Path("output.mp4"), # another