Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
numpy
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchaudio==2.0.2
|
3 |
+
gradio==3.50.2
|
4 |
+
librosa==0.10.0
|
5 |
+
soundfile==0.12.1
|
6 |
+
numpy==1.24.4
|
7 |
+
huggingface-hub==0.16.4
|
8 |
+
pyyaml==6.0
|
9 |
+
audioread==3.0.0
|
10 |
+
pydub==0.25.1
|