Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
Flask
|
2 |
Flask_Cors
|
3 |
gradio
|
@@ -11,6 +14,8 @@ scipy
|
|
11 |
sounddevice
|
12 |
SoundFile
|
13 |
starlette
|
|
|
|
|
14 |
tqdm
|
15 |
scikit-maad
|
16 |
praat-parselmouth
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.8.0
|
3 |
+
matplotlib==3.3.1
|
4 |
Flask
|
5 |
Flask_Cors
|
6 |
gradio
|
|
|
14 |
sounddevice
|
15 |
SoundFile
|
16 |
starlette
|
17 |
+
torch
|
18 |
+
torchvision
|
19 |
tqdm
|
20 |
scikit-maad
|
21 |
praat-parselmouth
|