Spaces:
Runtime error
Runtime error
Commit
·
d6c5104
1
Parent(s):
965a6b9
Update requirements.txt
Browse files- requirements.txt +14 -17
requirements.txt
CHANGED
@@ -1,18 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
pytorch_wavelets
|
7 |
-
tensorboardX
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
librosa==0.10.1
|
16 |
-
scipy==1.11.3
|
17 |
-
sox==1.4.1
|
18 |
gradio
|
|
|
1 |
+
openai-whisper
|
2 |
+
modelscope
|
3 |
+
typeguard==2.3.1
|
4 |
+
sox
|
5 |
+
bitstring
|
6 |
+
pytorch_wavelets
|
7 |
+
tensorboardX
|
8 |
+
matplotlib
|
9 |
+
numpy==1.22.4
|
10 |
+
torch
|
11 |
+
torchaudio
|
12 |
+
librosa
|
13 |
+
cntext
|
14 |
+
pdfdocx
|
|
|
|
|
|
|
15 |
gradio
|