diff --git a/whisperx/asr.py b/whisperx/asr.py index 6de9490..70cfa83 100644 --- a/whisperx/asr.py +++ b/whisperx/asr.py @@ -50,6 +50,7 @@ class WhisperModel(faster_whisper.WhisperModel): previous_tokens, without_timestamps=options.without_timestamps, prefix=options.prefix, + hotwords=options.hotwords ) encoder_output = self.encode(features)