Spaces:
Sleeping
Sleeping
Staticaliza
commited on
Update requirements.txt
Browse files- requirements.txt +14 -4
requirements.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
scipy==1.13.1
|
6 |
+
onnxruntime-gpu==1.19.0
|
7 |
+
librosa==0.10.2
|
8 |
+
huggingface-hub
|
9 |
+
munch
|
10 |
+
einops
|
11 |
+
descript-audio-codec
|
12 |
+
git+https://github.com/openai/whisper.git
|
13 |
+
pydub
|
14 |
+
transformers
|