Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +26 -26
requirements.txt
CHANGED
@@ -2,51 +2,51 @@ Cython==0.29.21
|
|
2 |
# vits_text
|
3 |
unidecode
|
4 |
# pre uninstall cmake
|
5 |
-
pyopenjtalk
|
6 |
-
jamo
|
7 |
-
pypinyin
|
8 |
-
jieba
|
9 |
-
cn2an
|
10 |
# vits_text
|
11 |
|
12 |
-
nest_asyncio
|
13 |
gradio==3.33.1
|
14 |
-
fairseq
|
15 |
-
torch
|
16 |
-
torchaudio
|
17 |
-
soundfile
|
18 |
scipy==1.9.3
|
19 |
librosa==0.9.1
|
20 |
-
musicdl
|
21 |
pyaudio
|
22 |
torchcrepe==0.0.20
|
23 |
-
praat-parselmouth
|
24 |
pyworld==0.3.2
|
25 |
faiss-cpu==1.7.3
|
26 |
numpy==1.23.5
|
27 |
-
nltk
|
28 |
|
29 |
-
edge-tts
|
30 |
-
IPython
|
31 |
-
tqdm
|
32 |
-
pandas
|
33 |
|
34 |
## bark
|
35 |
-
transformers==4.
|
36 |
-
encodec
|
37 |
-
huggingface-hub
|
38 |
-
funcy
|
39 |
|
40 |
# config manage
|
41 |
-
omegaconf
|
42 |
-
pydantic
|
43 |
|
44 |
# log
|
45 |
-
colorama
|
46 |
|
47 |
# server
|
48 |
fastapi~=0.99.1
|
49 |
starlette~=0.27.0
|
50 |
uvicorn~=0.23.1
|
51 |
-
requests
|
52 |
-
oscrypto
|
|
|
2 |
# vits_text
|
3 |
unidecode
|
4 |
# pre uninstall cmake
|
5 |
+
pyopenjtalk==0.3.1
|
6 |
+
jamo==0.4.1
|
7 |
+
pypinyin==0.49.0
|
8 |
+
jieba==0.42.1
|
9 |
+
cn2an==0.5.21
|
10 |
# vits_text
|
11 |
|
12 |
+
nest_asyncio==1.5.6
|
13 |
gradio==3.33.1
|
14 |
+
fairseq==0.12.2
|
15 |
+
torch==2.0.1
|
16 |
+
torchaudio==2.0.2
|
17 |
+
soundfile==0.12.1
|
18 |
scipy==1.9.3
|
19 |
librosa==0.9.1
|
20 |
+
musicdl=2.3.6
|
21 |
pyaudio
|
22 |
torchcrepe==0.0.20
|
23 |
+
praat-parselmouth==0.4.3
|
24 |
pyworld==0.3.2
|
25 |
faiss-cpu==1.7.3
|
26 |
numpy==1.23.5
|
27 |
+
nltk==3.8.1
|
28 |
|
29 |
+
edge-tts==6.1.7
|
30 |
+
IPython==8.12.2
|
31 |
+
tqdm==4.66.1
|
32 |
+
pandas==2.0.3
|
33 |
|
34 |
## bark
|
35 |
+
transformers==4.31.0
|
36 |
+
encodec==0.1.1
|
37 |
+
huggingface-hub==0.16.4
|
38 |
+
funcy==2.0
|
39 |
|
40 |
# config manage
|
41 |
+
omegaconf==2.0.6
|
42 |
+
pydantic==1.10.12
|
43 |
|
44 |
# log
|
45 |
+
colorama==0.4.6
|
46 |
|
47 |
# server
|
48 |
fastapi~=0.99.1
|
49 |
starlette~=0.27.0
|
50 |
uvicorn~=0.23.1
|
51 |
+
requests==2.31.0
|
52 |
+
oscrypto==1.3.0
|