Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +38 -37
requirements.txt
CHANGED
|
@@ -1,37 +1,38 @@
|
|
| 1 |
-
numpy==1.23.4
|
| 2 |
-
scipy
|
| 3 |
-
tensorboard
|
| 4 |
-
librosa==0.9.2
|
| 5 |
-
numba==0.56.4
|
| 6 |
-
pytorch-lightning
|
| 7 |
-
gradio
|
| 8 |
-
gradio_client
|
| 9 |
-
ffmpeg-python
|
| 10 |
-
onnxruntime; sys_platform == 'darwin'
|
| 11 |
-
onnxruntime-gpu; sys_platform != 'darwin'
|
| 12 |
-
tqdm
|
| 13 |
-
funasr==1.0.27
|
| 14 |
-
cn2an
|
| 15 |
-
pypinyin
|
| 16 |
-
pyopenjtalk
|
| 17 |
-
g2p_en
|
| 18 |
-
torchaudio
|
| 19 |
-
modelscope==1.10.0
|
| 20 |
-
sentencepiece
|
| 21 |
-
transformers
|
| 22 |
-
chardet
|
| 23 |
-
PyYAML
|
| 24 |
-
psutil
|
| 25 |
-
jieba_fast
|
| 26 |
-
jieba
|
| 27 |
-
LangSegment>=0.2.0
|
| 28 |
-
wordsegment
|
| 29 |
-
rotary_embedding_torch
|
| 30 |
-
pyjyutping
|
| 31 |
-
g2pk2
|
| 32 |
-
ko_pron
|
| 33 |
-
opencc; sys_platform != 'linux'
|
| 34 |
-
opencc==1.1.1; sys_platform == 'linux'
|
| 35 |
-
python_mecab_ko; sys_platform != 'win32'
|
| 36 |
-
audiosegment
|
| 37 |
-
spaces
|
|
|
|
|
|
| 1 |
+
numpy==1.23.4
|
| 2 |
+
scipy
|
| 3 |
+
tensorboard
|
| 4 |
+
librosa==0.9.2
|
| 5 |
+
numba==0.56.4
|
| 6 |
+
pytorch-lightning
|
| 7 |
+
gradio
|
| 8 |
+
gradio_client
|
| 9 |
+
ffmpeg-python
|
| 10 |
+
onnxruntime; sys_platform == 'darwin'
|
| 11 |
+
onnxruntime-gpu; sys_platform != 'darwin'
|
| 12 |
+
tqdm
|
| 13 |
+
funasr==1.0.27
|
| 14 |
+
cn2an
|
| 15 |
+
pypinyin
|
| 16 |
+
pyopenjtalk
|
| 17 |
+
g2p_en
|
| 18 |
+
torchaudio
|
| 19 |
+
modelscope==1.10.0
|
| 20 |
+
sentencepiece
|
| 21 |
+
transformers
|
| 22 |
+
chardet
|
| 23 |
+
PyYAML
|
| 24 |
+
psutil
|
| 25 |
+
jieba_fast
|
| 26 |
+
jieba
|
| 27 |
+
LangSegment>=0.2.0
|
| 28 |
+
wordsegment
|
| 29 |
+
rotary_embedding_torch
|
| 30 |
+
pyjyutping
|
| 31 |
+
g2pk2
|
| 32 |
+
ko_pron
|
| 33 |
+
opencc; sys_platform != 'linux'
|
| 34 |
+
opencc==1.1.1; sys_platform == 'linux'
|
| 35 |
+
python_mecab_ko; sys_platform != 'win32'
|
| 36 |
+
audiosegment
|
| 37 |
+
spaces
|
| 38 |
+
matplotlib
|