Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -2
requirements.txt
CHANGED
@@ -15,8 +15,7 @@ matplotlib==3.7.5
|
|
15 |
modelscope==1.15.0
|
16 |
networkx==3.1
|
17 |
omegaconf==2.3.0
|
18 |
-
|
19 |
-
onnxruntime #; sys_platform == 'darwin' or sys_platform == 'windows'
|
20 |
openai-whisper==20231117
|
21 |
protobuf==4.25
|
22 |
pydantic==2.7.0
|
@@ -29,3 +28,25 @@ wget==3.2
|
|
29 |
fastapi==0.111.0
|
30 |
fastapi-cli==0.0.4
|
31 |
WeTextProcessing==1.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
modelscope==1.15.0
|
16 |
networkx==3.1
|
17 |
omegaconf==2.3.0
|
18 |
+
onnxruntime
|
|
|
19 |
openai-whisper==20231117
|
20 |
protobuf==4.25
|
21 |
pydantic==2.7.0
|
|
|
28 |
fastapi==0.111.0
|
29 |
fastapi-cli==0.0.4
|
30 |
WeTextProcessing==1.0.3
|
31 |
+
numpy
|
32 |
+
scipy
|
33 |
+
numba==0.56.4
|
34 |
+
pytorch-lightning
|
35 |
+
gradio_client==0.8.1
|
36 |
+
ffmpeg-python
|
37 |
+
tqdm
|
38 |
+
funasr==1.0.0
|
39 |
+
cn2an
|
40 |
+
pypinyin
|
41 |
+
pyopenjtalk
|
42 |
+
g2p_en
|
43 |
+
sentencepiece
|
44 |
+
transformers
|
45 |
+
chardet
|
46 |
+
PyYAML
|
47 |
+
psutil
|
48 |
+
jieba_fast
|
49 |
+
jieba
|
50 |
+
LangSegment>=0.2.0
|
51 |
+
Faster_Whisper
|
52 |
+
spaces
|