Error while trying to use pyannote overlapped-speech-detection

Hi,
I have accepted the terms and conditions and created an access token.When trying to use pyannote overlapped-speech-detection model, I am getting the following error.
Code:
from pyannote.audio import Pipeline

pipeline = Pipeline.from_pretrained(“pyannote/overlapped-speech-detection”,
use_auth_token=“mytoken”)
Error:
huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error: Repository Not Found for url: https://huggingface.co/pyannote/segmentation/resolve/Interspeech2021/pytorch_model.bin. If the repo is private, make sure you are authenticated. (Request ID: M0jBwB1WD8yv2JK69W-uB)

Hi @Tinasus

Did you ever find the solution to this issue?

By any chance have you guys fixed this issue?