From 999c4af08ad4173e0ad4de18a902da3699c0ebd0 Mon Sep 17 00:00:00 2001 From: Juan Coria Date: Fri, 28 Jun 2024 23:49:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25138bea..58e0368c 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ Obtain overlap-aware speaker embeddings from a microphone stream: ```python import rx.operators as ops import diart.operators as dops -from diart.sources import MicrophoneAudioSource #, FileAudioSource +from diart.sources import MicrophoneAudioSource, FileAudioSource from diart.blocks import SpeakerSegmentation, OverlapAwareSpeakerEmbedding segmentation = SpeakerSegmentation.from_pretrained("pyannote/segmentation", use_hf_token="")