mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 09:59:22 +08:00
sync code of fastrtc, add text support through datachannel, fix safari connect problem support chat without camera or mic
4 lines
98 B
Python
4 lines
98 B
Python
from .tts import KokoroTTSOptions, get_tts_model
|
|
|
|
__all__ = ["get_tts_model", "KokoroTTSOptions"]
|