mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 18:39:10 +00:00
Fixed interpolation algorithms list
This commit is contained in:
parent
3f457907b6
commit
d669654142
@ -545,7 +545,7 @@ def parse_arguments() -> argparse.Namespace:
|
|||||||
interpolate.add_argument(
|
interpolate.add_argument(
|
||||||
"-a",
|
"-a",
|
||||||
"--algorithm",
|
"--algorithm",
|
||||||
choices=UPSCALING_ALGORITHMS,
|
choices=INTERPOLATION_ALGORITHMS,
|
||||||
help="algorithm to use for upscaling",
|
help="algorithm to use for upscaling",
|
||||||
default=INTERPOLATION_ALGORITHMS[0],
|
default=INTERPOLATION_ALGORITHMS[0],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user