You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not download 'speaker-diarization-3.1' 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('speaker-diarization-3.1',
... use_auth_token=YOUR_AUTH_TOKEN)
I tried several patterns and failed to figure how to call the function correctly. Here is the code I was trying:
I tried several patterns and failed to figure how to call the function correctly. Here is the code I was trying:
I also tried using kw to pass the use_auth_token param but still failed.
Quick advice would be highly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: