Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
-
streamlit
|
2 |
-
librosa
|
3 |
-
numpy
|
4 |
-
tensorflow
|
5 |
-
matplotlib
|
6 |
-
datetime
|
7 |
-
|
8 |
|
9 |
-
|
10 |
gradio>=4.0.0
|
|
|
|
|
|
|
|
|
11 |
Pillow>=9.0.0
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
datetime
|
3 |
gradio>=4.0.0
|
4 |
+
librosa>=0.10.0
|
5 |
+
numpy>=1.21.0
|
6 |
+
tensorflow>=2.10.0
|
7 |
+
matplotlib>=3.5.0
|
8 |
Pillow>=9.0.0
|
9 |
+
google-generativeai>=0.3.0
|
10 |
+
scipy>=1.9.0
|
11 |
+
numba>=0.56.0
|
12 |
+
soundfile>=0.12.0
|
13 |
+
ffmpeg-python>=0.2.0
|
14 |
+
|
15 |
+
google-generativeai>=0.3.0
|