Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
torch==2.
|
3 |
-
torchaudio==2.7.0
|
4 |
librosa==0.11.0
|
5 |
-
|
6 |
ffmpeg-python==0.2.0
|
7 |
-
|
|
|
|
1 |
+
gradio==3.39.0
|
2 |
+
torch==2.0.1
|
|
|
3 |
librosa==0.11.0
|
4 |
+
speechbrain==0.5.14
|
5 |
ffmpeg-python==0.2.0
|
6 |
+
torchaudio==2.0.1
|
7 |
+
soundfile==0.13.1
|