Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +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==1.12.1+cu113
|
8 |
+
torchaudio==0.12.1+cu113
|
9 |
+
transformers
|
10 |
+
streamlit_extras
|
11 |
+
streamlit_option_menu
|
12 |
+
matplotlib.colors
|