mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
[feat] update some feature
sync code of fastrtc, add text support through datachannel, fix safari connect problem support chat without camera or mic
This commit is contained in:
10
backend/fastrtc/pause_detection/__init__.py
Normal file
10
backend/fastrtc/pause_detection/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .protocol import ModelOptions, PauseDetectionModel
|
||||
from .silero import SileroVADModel, SileroVadOptions, get_silero_model
|
||||
|
||||
__all__ = [
|
||||
"SileroVADModel",
|
||||
"SileroVadOptions",
|
||||
"PauseDetectionModel",
|
||||
"ModelOptions",
|
||||
"get_silero_model",
|
||||
]
|
||||
Reference in New Issue
Block a user