linly / ASR /__init__.py
David Victor
init
bc3753a
raw
history blame
95 Bytes
from .Whisper import WhisperASR
from .FunASR import FunASR
__all__ = ['WhisperASR', 'FunASR']