add languaje en

This commit is contained in:
Mariano Gabriel
2026-06-09 11:08:09 -03:00
parent eb8b1f4f11
commit 8320147f50
2 changed files with 8 additions and 0 deletions

View File

@@ -77,6 +77,11 @@ Examples:
action='store_true',
help='Use WhisperX with speaker diarization (requires whisperx and HuggingFace token)'
)
parser.add_argument(
'--language',
help='Language of the audio (e.g. en, es, fr). Default: auto-detect',
default=None
)
# Output options
parser.add_argument(