Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio==4.39.0
|
2 |
-
numpy
|
3 |
-
soundfile
|
4 |
-
scipy
|
5 |
torch==2.2.2
|
|
|
6 |
speechbrain==0.5.16
|
7 |
|
8 |
|
|
|
1 |
gradio==4.39.0
|
2 |
+
numpy==1.26.4
|
3 |
+
soundfile==0.13.1
|
|
|
4 |
torch==2.2.2
|
5 |
+
torchaudio==2.2.2
|
6 |
speechbrain==0.5.16
|
7 |
|
8 |
|