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