|
|
@ -69,8 +69,8 @@ class ASREngine(BaseEngine):
|
|
|
|
|
|
|
|
|
|
|
|
cs = False
|
|
|
|
cs = False
|
|
|
|
|
|
|
|
|
|
|
|
if 'codeswitch' in self.config:
|
|
|
|
if self.config.lang == "zh_en" :
|
|
|
|
cs=self.config.codeswitch
|
|
|
|
cs=True
|
|
|
|
|
|
|
|
|
|
|
|
self.executor._init_from_path(
|
|
|
|
self.executor._init_from_path(
|
|
|
|
model_type=self.config.model,
|
|
|
|
model_type=self.config.model,
|
|
|
|