mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
1.3 KiB
1.3 KiB
Gradio WebRTC ⚡️
Stream video and audio in real time with Gradio using WebRTC.
Installation
pip install gradio_webrtc
to use built-in pause detection (see Audio Streaming), install the vad extra:
pip install gradio_webrtc[vad]