Files
gradio-webrtc/docs/index.md

892 B
Raw Blame History

Gradio WebRTC

Static Badge Static Badge

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]

Examples

See the cookbook