Loonly / ASR /__init__.py
thepianist9's picture
Upload folder using huggingface_hub
8d0209c verified
raw
history blame contribute delete
99 Bytes
from .Whisper import WhisperASR
from .FunASR import FunASR
__all__ = ['WhisperASR', 'FunASR']