Spaces:
Build error
Build error
update requirements txt (#2)
Browse files- update requirements txt (c46b25a0c0231e928dd7594ab60bdb4900589c74)
Co-authored-by: Manjot <morsczx@users.noreply.huggingface.co>
- requirements.txt +19 -4
requirements.txt
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
-
torchaudio
|
2 |
-
torch
|
3 |
transformers
|
4 |
-
|
|
|
|
|
|
|
5 |
pyperclip
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
git+https://github.com/m-bain/whisperx.git
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
pyannote.audio
|
6 |
pyperclip
|
7 |
+
sentencepiece
|
8 |
+
gradio==4.43.0
|
9 |
+
speechbrain==0.5.16
|
10 |
+
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
11 |
+
torchaudio==2.0.0
|
12 |
+
faster-whisper==1.0.0
|
13 |
+
setuptools>=65
|
14 |
+
nltk
|
15 |
+
python-dotenv
|
16 |
+
ctranslate2
|
17 |
+
nvidia-cublas-cu11
|
18 |
+
# nvidia-cudnn-cu11==8.8.1.3
|
19 |
+
torchvision
|
20 |
+
cdifflib
|
21 |
+
pydub
|