Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
torch==1.
|
2 |
gradio==3.0.4
|
3 |
PyQt5==5.15.6
|
4 |
sounddevice==0.4.3
|
5 |
-
|
6 |
-
soundfile==0.12.1
|
7 |
tqdm==4.62.3
|
8 |
Unidecode==1.3.2
|
9 |
webrtcvad==2.0.10
|
10 |
-
|
11 |
-
librosa==0.10.0.post2
|
12 |
inflect==5.3.0
|
13 |
umap-learn==0.5.2
|
14 |
IPython
|
|
|
1 |
+
torch==1.12.1+cu116
|
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
|
9 |
+
librosa==0.8.1
|
|
|
10 |
inflect==5.3.0
|
11 |
umap-learn==0.5.2
|
12 |
IPython
|