docker_images/espnet/app/pipelines/__init__.py (5 lines of code) (raw):

from app.pipelines.base import Pipeline, PipelineException # isort:skip from app.pipelines.automatic_speech_recognition import ( AutomaticSpeechRecognitionPipeline, ) from app.pipelines.text_to_speech import TextToSpeechPipeline