add whisperx support
This commit is contained in:
@@ -72,6 +72,11 @@ Examples:
|
||||
help='Whisper model to use (default: medium)',
|
||||
default='medium'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--diarize',
|
||||
action='store_true',
|
||||
help='Use WhisperX with speaker diarization (requires whisperx and HuggingFace token)'
|
||||
)
|
||||
|
||||
# Output options
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user