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