Skip to content

Commit

Permalink
Fixed interpolation algorithms list
Browse files Browse the repository at this point in the history
  • Loading branch information
plambe committed May 8, 2022
1 parent 3f45790 commit d669654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video2x/video2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
)
Expand Down

0 comments on commit d669654

Please sign in to comment.