This commit is contained in:
freddyaboulton
2024-11-18 14:57:14 -05:00
parent c254ca3d5a
commit c53ac4b0e9

View File

@@ -15,7 +15,7 @@ Stream video and audio in real time with Gradio using WebRTC.
pip install gradio_webrtc
```
to use built-in pause detection (see [conversational ai](#conversational-ai)), install the `vad` extra:
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]