提交 4d39a774 编写于 作者: K KP

Add paddlespeech.cli.

上级 98f08063
...@@ -25,7 +25,8 @@ from ..utils import cli_register ...@@ -25,7 +25,8 @@ from ..utils import cli_register
__all__ = ['S2TExecutor'] __all__ = ['S2TExecutor']
@cli_register(name='paddlespeech.s2t', description='Asr infer command.') @cli_register(
name='paddlespeech.s2t', description='Speech to text infer command.')
class S2TExecutor(BaseExecutor): class S2TExecutor(BaseExecutor):
def __init__(self): def __init__(self):
super(S2TExecutor, self).__init__() super(S2TExecutor, self).__init__()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册