Skip to content

Commit

Permalink
Merge pull request k4yt3x#644 from plambe/master
Browse files Browse the repository at this point in the history
Fixed interpolation algorithms list
  • Loading branch information
k4yt3x authored May 8, 2022
2 parents 3f45790 + d669654 commit d236131
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 d236131

Please sign in to comment.