Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,7 +2,8 @@ torch==1.10.0
|
|
2 |
gradio==3.0.4
|
3 |
PyQt5==5.15.6
|
4 |
sounddevice==0.4.3
|
5 |
-
SoundFile==0.10.3.post1
|
|
|
6 |
tqdm==4.62.3
|
7 |
Unidecode==1.3.2
|
8 |
webrtcvad==2.0.10
|
|
|
2 |
gradio==3.0.4
|
3 |
PyQt5==5.15.6
|
4 |
sounddevice==0.4.3
|
5 |
+
#SoundFile==0.10.3.post1
|
6 |
+
soundfile==0.12.1
|
7 |
tqdm==4.62.3
|
8 |
Unidecode==1.3.2
|
9 |
webrtcvad==2.0.10
|