fix: update faster-whisper

This commit is contained in:
华晨
2023-12-31 15:45:41 +08:00
parent 71d207a607
commit 5918b5ed42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ setup(name="whisper-live",
),
install_requires=[
"PyAudio",
"faster-whisper==0.9.0",
"faster-whisper==0.10.0",
"torch",
"torchaudio",
"websockets",