mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 01:49:23 +08:00
sync code of fastrtc, add text support through datachannel, fix safari connect problem support chat without camera or mic
11 lines
259 B
Python
11 lines
259 B
Python
from .protocol import ModelOptions, PauseDetectionModel
|
|
from .silero import SileroVADModel, SileroVadOptions, get_silero_model
|
|
|
|
__all__ = [
|
|
"SileroVADModel",
|
|
"SileroVadOptions",
|
|
"PauseDetectionModel",
|
|
"ModelOptions",
|
|
"get_silero_model",
|
|
]
|