Linly / ASR /__init__.py
thepianist9's picture
Upload folder using huggingface_hub
79f9f38 verified
raw
history blame contribute delete
95 Bytes
from .Whisper import WhisperASR
from .FunASR import FunASR
__all__ = ['WhisperASR', 'FunASR']