Skip to content

Commit 4bc12cb

Browse files
Full NameFull Name
authored andcommitted
Added changes
1 parent 6bb2f1c commit 4bc12cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

whisperx/asr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def load_model(whisper_arch,
275275
compute_type: str - The compute type to use for the model.
276276
options: dict - A dictionary of options to use for the model.
277277
language: str - The language of the model. (use English for now)
278+
vad_model_fp: str - File path to the VAD model to use
278279
model: Optional[WhisperModel] - The WhisperModel instance to use.
279280
download_root: Optional[str] - The root directory to download the model to.
280281
threads: int - The number of cpu threads to use per worker, e.g. will be multiplied by num workers.

0 commit comments

Comments
 (0)