runtime error

Could not download 'pyannote/speaker-diarization' 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', ... 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 to accept the user conditions. Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from main.set_up import prepare_input, prepare_video_subtitle File "/home/user/app/main/set_up.py", line 3, in <module> from main.diarization import start_diarization File "/home/user/app/main/diarization.py", line 16, in <module> pipeline.to(use_device) AttributeError: 'NoneType' object has no attribute 'to'

Container logs:

Fetching error logs...