Spaces:
Runtime error
Runtime error
Commit
·
bbf7df9
1
Parent(s):
2c60189
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
gdown==4.4.0
|
2 |
streamlit==1.10.0
|
3 |
streamlit-tags==1.2.7
|
4 |
torch==1.12.1
|
5 |
scikit-learn==0.22
|
6 |
transformers==4.24.0
|
7 |
|
8 |
-
librosa==0.8.1
|
9 |
-
matplotlib==3.4.3
|
10 |
-
numpy==1.23.0
|
11 |
-
scipy==1.7.1
|
12 |
-
tensorboard==2.10.0
|
13 |
-
tensorflow==2.10.0
|
14 |
-
tqdm==4.62.3
|
15 |
-
pydub==0.25.1
|
|
|
1 |
+
# gdown==4.4.0
|
2 |
streamlit==1.10.0
|
3 |
streamlit-tags==1.2.7
|
4 |
torch==1.12.1
|
5 |
scikit-learn==0.22
|
6 |
transformers==4.24.0
|
7 |
|
8 |
+
# librosa==0.8.1
|
9 |
+
# matplotlib==3.4.3
|
10 |
+
# numpy==1.23.0
|
11 |
+
# scipy==1.7.1
|
12 |
+
# tensorboard==2.10.0
|
13 |
+
# tensorflow==2.10.0
|
14 |
+
# tqdm==4.62.3
|
15 |
+
# pydub==0.25.1
|