refactor: relocate asr model

This commit is contained in:
superobk
2024-03-28 17:31:42 +08:00
parent 5e807a7e56
commit fb94199754
3 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
from .sum import SUM
from .sentiment import Sentiment
from .tts import TTS
from ..asr.asr import ASR
from .asr import ASR
from .audio_to_text import AudioToText
from .blackbox import Blackbox
from .calculator import Calculator