add languaje en
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user