79817899

Date: 2025-11-12 15:21:08
Score: 0.5
Natty:
Report link

You are getting this error because you are giving wrong parameter. The new parameter is token

pipeline = Pipeline.from_pretrained(
    "pyannote/speaker-diarization-3.1",
    token="HUGGINGFACE_ACCESS_TOKEN")

Refer to the github of pyannote-audio

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: colonel