Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
3 |
librosa
|
4 |
-
pyctcdecode
|
5 |
-
pypi-kenlm
|
6 |
-
git+https://github.com/ktangri/rpunct.git
|
7 |
-
https://github.com/pyannote/pyannote-audio/archive/develop.zip
|
8 |
requests
|
9 |
speechbrain
|
10 |
-
plotly
|
|
|
|
1 |
+
torch==1.11
|
2 |
+
transformers==4.26.1
|
3 |
+
torchvision==0.12.0
|
4 |
+
torchaudio==0.11.0
|
5 |
+
torchtext==0.12.0
|
6 |
+
speechbrain==0.5.12
|
7 |
+
pyannote.audio
|
8 |
librosa
|
|
|
|
|
|
|
|
|
9 |
requests
|
10 |
speechbrain
|
11 |
+
plotly
|
12 |
+
git+https://github.com/m-bain/whisperx.git
|