Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
soundfile
|
2 |
-
numpy
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
torchaudio
|
6 |
tokenizers
|
7 |
encodec
|
8 |
vocos
|
9 |
langid
|
10 |
unidecode
|
11 |
-
pyopenjtalk
|
12 |
pypinyin
|
13 |
inflect
|
14 |
cn2an
|
|
|
1 |
soundfile
|
2 |
+
numpy==1.26.4
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
torchaudio
|
6 |
tokenizers
|
7 |
encodec
|
8 |
vocos
|
9 |
langid
|
10 |
unidecode
|
11 |
+
pyopenjtalk-prebuilt
|
12 |
pypinyin
|
13 |
inflect
|
14 |
cn2an
|