Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchaudio==2.0.1
|
3 |
+
librosa==0.11.0
|
4 |
+
gradio==3.39.0
|
5 |
+
speechbrain==0.5.14
|
6 |
+
ffmpeg-python==0.2.0
|
7 |
+
soundfile==0.13.1
|
8 |
+
pydub==0.25.1
|