Spaces:
Runtime error
Runtime error
Ricecake123
commited on
Commit
•
ab4c857
1
Parent(s):
709b697
model upload
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
scipy
|
3 |
+
tensorboard
|
4 |
+
librosa==0.9.2
|
5 |
+
numba==0.56.4
|
6 |
+
pytorch-lightning
|
7 |
+
gradio==3.14.0
|
8 |
+
ffmpeg-python
|
9 |
+
onnxruntime
|
10 |
+
tqdm
|
11 |
+
funasr
|
12 |
+
cn2an
|
13 |
+
pypinyin
|
14 |
+
pyopenjtalk
|
15 |
+
g2p_en
|
16 |
+
torchaudio
|
17 |
+
modelscope
|
18 |
+
sentencepiece
|
19 |
+
transformers
|
20 |
+
chardet
|
21 |
+
PyYAML
|
22 |
+
psutil
|