Authentication Token Error #1190
Replies: 1 comment 1 reply
-
I'm experiencing similar issue. I understand that you need to be authenticated by accepting the user conditions. I can't seem to find anything to accept them at: hf.co/pyannote/speaker-diarization I still get the stacktrace: `Traceback (most recent call last): Could not download 'pyannote/speaker-diarization' pipeline.
If this still does not work, it might be because the pipeline is gated: Process finished with exit code 1` This thread seems to experienced a similar issue: |
Beta Was this translation helpful? Give feedback.
-
I am using pyannote.audio for speaker diarization by running the code shown below.
I followed the steps given on the hugging face website for making an authentication token (see below)
However, I am still getting the following error. Does anyone know why this may be? Thank you!
RepositoryNotFoundError: 401 Client Error: Repository Not Found for url: https://huggingface.co/pyannote/segmentation/resolve/2022.07/pytorch_model.bin. If the repo is private, make sure you are authenticated. (Request ID: Root=1-639750ac-45de6da3313b2ee6787c69cb)
Beta Was this translation helpful? Give feedback.
All reactions