|
|
@ -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__()
|
|
|
|