mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +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(
|
||||
"-a",
|
||||
"--algorithm",
|
||||
choices=UPSCALING_ALGORITHMS,
|
||||
choices=INTERPOLATION_ALGORITHMS,
|
||||
help="algorithm to use for upscaling",
|
||||
default=INTERPOLATION_ALGORITHMS[0],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user