mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
sync code of fastrtc, add text support through datachannel, fix safari connect problem support chat without camera or mic
4 lines
142 B
Python
4 lines
142 B
Python
from .stt_ import MoonshineSTT, get_stt_model, stt_for_chunks
|
|
|
|
__all__ = ["get_stt_model", "MoonshineSTT", "get_stt_model", "stt_for_chunks"]
|