tele-sync / modules /__init__.py
Celestat's picture
Sync local Space with Hub
81d9a9d verified
from .chat_navegation import chat_model
from .TTS import tts
from .whisper_api import whisper
from .log_handler import log_handler
chat_model = chat_model.chat_model
TTS = tts.TTS
whisper_api = whisper.whisper_api
log_handler = log_handler.log_handler