Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
streamlit==1.25.0
|
2 |
-
pandas==1.4.3
|
3 |
-
numpy==1.23.2
|
4 |
-
librosa==0.9.2
|
5 |
-
matplotlib
|
6 |
-
plotly
|
7 |
-
torch
|
8 |
-
torchaudio
|
9 |
-
transformers
|
10 |
-
streamlit_extras
|
11 |
-
streamlit_option_menu
|
12 |
matplotlib.colors
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
pandas==1.4.3
|
3 |
+
numpy==1.23.2
|
4 |
+
librosa==0.9.2
|
5 |
+
matplotlib
|
6 |
+
plotly
|
7 |
+
torch
|
8 |
+
torchaudio
|
9 |
+
transformers
|
10 |
+
streamlit_extras
|
11 |
+
streamlit_option_menu
|
12 |
matplotlib.colors
|