Gradio WebRTC ⚡️
Stream video and audio in real time with Gradio using WebRTC.
## Installation
```bash
pip install gradio_webrtc
```
to use built-in pause detection (see [Audio Streaming](https://freddyaboulton.github.io/gradio-webrtc/user-guide/#reply-on-pause)), install the `vad` extra:
```bash
pip install gradio_webrtc[vad]
```
## Examples
See the [cookbook](/cookbook)