Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pyyaml==6.0
|
8 |
-
audioread==3.0.0
|
9 |
-
pydub==0.25.1
|
|
|
1 |
+
torchaudio>=0.13.0
|
2 |
+
gradio>=3.0
|
3 |
+
huggingface-hub>=0.21.0
|
4 |
+
librosa
|
5 |
+
soundfile
|
6 |
+
pydub
|
|
|
|
|
|