Spaces:
Build error
Build error
Michael Hu
commited on
Commit
·
37aaac6
1
Parent(s):
b591083
add faster whisper installation
Browse files- pyproject.toml +1 -0
- requirements.txt +2 -1
pyproject.toml
CHANGED
@@ -20,6 +20,7 @@ librosa = ">=0.10"
|
|
20 |
soundfile = ">=0.12"
|
21 |
ffmpeg-python = ">=0.2"
|
22 |
kokoro = ">=0.7.9"
|
|
|
23 |
|
24 |
# Machine learning dependencies
|
25 |
#torch = [
|
|
|
20 |
soundfile = ">=0.12"
|
21 |
ffmpeg-python = ">=0.2"
|
22 |
kokoro = ">=0.7.9"
|
23 |
+
faster-whisper = ">=1.1.1"
|
24 |
|
25 |
# Machine learning dependencies
|
26 |
#torch = [
|
requirements.txt
CHANGED
@@ -14,4 +14,5 @@ kokoro>=0.7.9
|
|
14 |
ordered-set>=4.1.0
|
15 |
phonemizer-fork>=3.3.2
|
16 |
# NeMo Toolkit with ASR support
|
17 |
-
nemo_toolkit[asr]
|
|
|
|
14 |
ordered-set>=4.1.0
|
15 |
phonemizer-fork>=3.3.2
|
16 |
# NeMo Toolkit with ASR support
|
17 |
+
nemo_toolkit[asr]
|
18 |
+
faster-whisper>=1.1.1
|