DeepLearning101
commited on
Commit
•
f23907c
1
Parent(s):
21db2de
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pypinyin
|
2 |
+
torch
|
3 |
+
jieba
|
4 |
+
loguru
|
5 |
+
transformers
|
6 |
+
huggingface_hub
|
7 |
+
librosa==0.9.2
|
8 |
+
gradio==3.47.1
|
9 |
+
g2p_en
|
10 |
+
cn2an
|
11 |
+
zh-normalization
|
12 |
+
einops
|
13 |
+
ffmpeg-python
|
14 |
+
LangSegment
|
15 |
+
soundfile
|
16 |
+
nltk
|
17 |
+
fire
|
18 |
+
parrots>=1.0.3
|