Replies: 1 comment
-
Your problem sounds familiar to me... Take a look at this pull request and my comment on it: #1359 This solved it for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day!
I'm using
from pyannote.audio import Pipeline
andpipeline = Pipeline.from_pretrained("pyannote/speaker-diarization", use_auth_token=ACCESS_TOKEN)
to diaritize audio.The error I receive is
How may I solve this without admin privlidges?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions