mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
4 lines
107 B
Python
4 lines
107 B
Python
from .stt_ import get_stt_model, stt, stt_for_chunks
|
|
|
|
__all__ = ["stt", "stt_for_chunks", "get_stt_model"]
|