mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update funasr-wss-server.cpp
This commit is contained in:
parent
db33d0f610
commit
c5256211d6
@ -205,6 +205,7 @@ int main(int argc, char* argv[]) {
|
||||
found = s_asr_path.find("speech_paraformer-large_asr_nat-en-16k-common-vocab10020");
|
||||
if (found != std::string::npos) {
|
||||
model_path["model-revision"]="v1.0.0";
|
||||
s_itn_path="";
|
||||
}
|
||||
|
||||
// modelscope
|
||||
|
||||
Loading…
Reference in New Issue
Block a user