Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
torch==2.4.0
|
2 |
-
torchvision==0.19.0
|
3 |
-
torchaudio==2.4.0
|
4 |
-
scipy==1.13.1
|
5 |
-
onnxruntime-gpu==1.19.0
|
6 |
-
librosa==0.10.2
|
7 |
-
huggingface-hub
|
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision==0.19.0
|
3 |
+
torchaudio==2.4.0
|
4 |
+
scipy==1.13.1
|
5 |
+
onnxruntime-gpu==1.19.0
|
6 |
+
librosa==0.10.2
|
7 |
+
huggingface-hub
|
8 |
+
munch
|