mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 00:53:25 +00:00
feat: tts
This commit is contained in:
@ -6,11 +6,10 @@ from fastapi.responses import JSONResponse
|
||||
|
||||
from .rapid_paraformer.utils import read_yaml
|
||||
from .rapid_paraformer import RapidParaformer
|
||||
from .asr_service import ASRService
|
||||
from ..blackbox.blackbox import Blackbox
|
||||
|
||||
class ASR(Blackbox):
|
||||
|
||||
|
||||
def __init__(self, config: any) -> None:
|
||||
config = read_yaml(config)
|
||||
self.paraformer = RapidParaformer(config)
|
||||
|
||||
Reference in New Issue
Block a user