Add paddlespeech.cli.

pull/1045/head
KP 4 years ago
parent 98f0806353
commit 4d39a7746e

@ -25,7 +25,8 @@ from ..utils import cli_register
__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):
def __init__(self):
super(S2TExecutor, self).__init__()

Loading…
Cancel
Save