It might be because the pipeline is private or gated so make
sure to authenticate. Visit https://hf.co/settings/tokens to
create your access token and retry with:
>>> Pipeline.from_pretrained('pyannote/speaker-diarization',
... use_auth_token=YOUR_AUTH_TOKEN)
Hi all,
I got this error:
My code: My hf token is taken from https://hf.co/settings/tokens
I have accepted the terms on hugging face (https://huggingface.co/pyannote/speaker-diarization):