mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 07:14:52 +08:00
.
This commit is contained in:
parent
5ccdcd9fc3
commit
d8dc2def8b
@ -9,7 +9,7 @@ gradio_client==0.8.1
|
||||
ffmpeg-python
|
||||
onnxruntime
|
||||
tqdm
|
||||
funasr==1.1.0
|
||||
funasr==1.0.0
|
||||
cn2an
|
||||
pypinyin
|
||||
pyopenjtalk
|
||||
|
@ -4,7 +4,8 @@ import argparse
|
||||
import os
|
||||
import traceback
|
||||
from tqdm import tqdm
|
||||
from funasr.utils import version_checker
|
||||
# from funasr.utils import version_checker
|
||||
# version_checker.check_for_update = lambda: None
|
||||
from funasr import AutoModel
|
||||
|
||||
path_asr = 'tools/asr/models/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch'
|
||||
@ -14,7 +15,6 @@ path_asr = path_asr if os.path.exists(path_asr) else "iic/speech_paraformer-l
|
||||
path_vad = path_vad if os.path.exists(path_vad) else "iic/speech_fsmn_vad_zh-cn-16k-common-pytorch"
|
||||
path_punc = path_punc if os.path.exists(path_punc) else "iic/punc_ct-transformer_zh-cn-common-vocab272727-pytorch"
|
||||
|
||||
version_checker.check_for_update = lambda: None
|
||||
|
||||
model = AutoModel(
|
||||
model = path_asr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user