diff --git a/whisper/mlx_whisper/cli.py b/whisper/mlx_whisper/cli.py index e40466d3..f7b5faa3 100644 --- a/whisper/mlx_whisper/cli.py +++ b/whisper/mlx_whisper/cli.py @@ -42,7 +42,7 @@ def build_parser(): formatter_class=argparse.ArgumentDefaultsHelpFormatter ) - parser.add_argument("audio", nargs="+", type=str, help="Path(s) to audio file(s) or directories to transcribe") + parser.add_argument("audio", nargs="+", help="Path(s) to audio file(s) or directories to transcribe") parser.add_argument( "--model",