提交 613b6890 编写于 作者: K KP

Fix tts_online server issue. test=doc

上级 f77b8ede
...@@ -44,7 +44,7 @@ class TTSServerExecutor(TTSExecutor): ...@@ -44,7 +44,7 @@ class TTSServerExecutor(TTSExecutor):
self.voc_block = voc_block self.voc_block = voc_block
self.voc_pad = voc_pad self.voc_pad = voc_pad
self.task_resource = CommonTaskResource( self.task_resource = CommonTaskResource(
task='tts', model_format='static', inference_mode='online') task='tts', model_format='dynamic', inference_mode='online')
def get_model_info(self, def get_model_info(self,
field: str, field: str,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册