You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/deepspeech/models/ds2_online/__init__.py

8 lines
173 B

from .deepspeech2 import DeepSpeech2ModelOnline
from .deepspeech2 import DeepSpeech2InferModelOnline
__all__ = ['DeepSpeech2ModelOnline', 'DeepSpeech2InferModelOnline']