pragnakalp
commited on
Commit
·
45ceef8
1
Parent(s):
a45f411
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
gradio==3.0
|
|
|
|
|
2 |
joblib==0.17.0
|
3 |
-
keras==2.11.0
|
4 |
Pillow==8.0.1
|
5 |
-
PyAudio==0.2.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==3.0
|
2 |
+
librosa==0.8.0
|
3 |
+
numpy
|
4 |
joblib==0.17.0
|
|
|
5 |
Pillow==8.0.1
|
6 |
+
PyAudio==0.2.12
|
7 |
+
tensorflow==2.11.0
|
8 |
+
tensorflow-estimator==2.11.0
|
9 |
+
tensorflow-io-gcs-filesystem==0.28.0
|
10 |
+
tqdm==4.53.0
|
11 |
+
keras==2.11.0
|
12 |
+
Keras-Preprocessing==1.1.2
|