Files
gradio-webrtc/backend/fastrtc/text_to_speech/__init__.py
2025-04-23 16:01:54 -04:00

8 lines
157 B
Python

from .tts import (
CartesiaTTSOptions,
KokoroTTSOptions,
get_tts_model,
)
__all__ = ["get_tts_model", "KokoroTTSOptions", "CartesiaTTSOptions"]