Implemented faster-whisper, removed WhisperX
This commit is contained in:
@@ -74,7 +74,7 @@ class Scraibe:
|
||||
whisper_model (Union[bool, str, whisper], optional):
|
||||
Path to whisper model or whisper model itself.
|
||||
whisper_type (str):
|
||||
Type of whisper model to load. "whisper" or "whisperx".
|
||||
Type of whisper model to load. "whisper" or "faster-whisper".
|
||||
diarisation_model (Union[bool, str, DiarisationType], optional):
|
||||
Path to pyannote diarization model or model itself.
|
||||
**kwargs: Additional keyword arguments for whisper
|
||||
|
||||
Reference in New Issue
Block a user