Implemented faster-whisper, removed WhisperX

This commit is contained in:
Marko Henning
2024-06-18 17:21:34 +02:00
parent 6783352ea3
commit ba058c3e02
6 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ python = "^3.9"
tqdm = "^4.66.4"
numpy = "^1.26.4"
openai-whisper = "^20231117"
whisperx = "^3.1.3"
faster-whisper = "^1.0.1"
"pyannote.audio" = "^3.1.1"
torch = "^2.3.0"