Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -7,4 +7,10 @@ pydantic>=1.10.0
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
-
librosa==0.10.2.post1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
+
librosa==0.10.2.post1`
|
11 |
+
scipy==1.11.4
|
12 |
+
nltk
|
13 |
+
numpy
|
14 |
+
pandas
|
15 |
+
transformers
|
16 |
+
keras-preprocessing
|