Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audiomentations==0.19.0
|
2 |
+
efficientnet_pytorch==0.7.1
|
3 |
+
librosa==0.8.1
|
4 |
+
matplotlib==3.3.3
|
5 |
+
numpy==1.19.5
|
6 |
+
pandas==1.2.3
|
7 |
+
seaborn==0.11.1
|
8 |
+
streamlit==1.2.0
|
9 |
+
torch==1.10.0+cu113
|
10 |
+
torchaudio==0.10.0+cu113
|
11 |
+
torchlibrosa==0.0.9
|
12 |
+
torchsummary==1.5.1
|
13 |
+
torchvision==0.11.1+cu113
|
14 |
+
tqdm==4.60.0
|
15 |
+
wandb==0.10.29
|