mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 01:49:23 +08:00
8 lines
157 B
Python
8 lines
157 B
Python
from .tts import (
|
|
CartesiaTTSOptions,
|
|
KokoroTTSOptions,
|
|
get_tts_model,
|
|
)
|
|
|
|
__all__ = ["get_tts_model", "KokoroTTSOptions", "CartesiaTTSOptions"]
|