mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-10-31 04:40:59 +01:00 
			
		
		
		
	Merge pull request #644 from plambe/master
Fixed interpolation algorithms list
This commit is contained in:
		
						commit
						d236131134
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user