Files
gradio-webrtc/backend/gradio_webrtc/speech_to_text/__init__.py
Freddy Boulton 6c983482b8 Add ReplyOnStopWords (#35)
* add code

* fix dependencies

* add code:
2024-12-11 18:25:53 -08:00

4 lines
107 B
Python

from .stt_ import get_stt_model, stt, stt_for_chunks
__all__ = ["stt", "stt_for_chunks", "get_stt_model"]