Spaces:
Running
Running
MarcusSu1216
commited on
Commit
•
9c18753
1
Parent(s):
52580f0
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
Flask
|
2 |
Flask_Cors
|
3 |
gradio
|
4 |
-
numpy
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
scipy
|
9 |
-
sounddevice
|
10 |
-
SoundFile
|
11 |
-
starlette
|
12 |
torch
|
13 |
torchaudio
|
14 |
-
torchcrepe
|
15 |
tqdm
|
16 |
scikit-maad
|
17 |
praat-parselmouth
|
18 |
onnx
|
19 |
onnxsim
|
20 |
onnxoptimizer
|
21 |
-
fairseq
|
22 |
-
librosa
|
|
|
|
1 |
Flask
|
2 |
Flask_Cors
|
3 |
gradio
|
4 |
+
numpy==1.23.5
|
5 |
+
pyworld
|
6 |
+
scipy==1.10.0
|
7 |
+
SoundFile==0.12.1
|
|
|
|
|
|
|
|
|
8 |
torch
|
9 |
torchaudio
|
|
|
10 |
tqdm
|
11 |
scikit-maad
|
12 |
praat-parselmouth
|
13 |
onnx
|
14 |
onnxsim
|
15 |
onnxoptimizer
|
16 |
+
fairseq==0.12.2
|
17 |
+
librosa==0.9.1
|
18 |
+
tensorboard
|