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