From c53ac4b0e9a3ae3178d84f9a389feb1da31ff92a Mon Sep 17 00:00:00 2001 From: freddyaboulton Date: Mon, 18 Nov 2024 14:57:14 -0500 Subject: [PATCH] fix link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b5269b0..aeccdb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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]