runtime error

Could not download 'pyannote/speaker-diarization-3.0' pipeline. 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-3.0', ... use_auth_token=YOUR_AUTH_TOKEN) If this still does not work, it might be because the pipeline is gated: visit https://hf.co/pyannote/speaker-diarization-3.0 to accept the user conditions. Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> diarization_pipeline.to(torch.device("cuda")) AttributeError: 'NoneType' object has no attribute 'to'

Container logs:

Fetching error logs...