A newer version of the Gradio SDK is available:
5.49.0
Setup Instructions
Required Steps:
Accept the pyannote model conditions:
- Visit https://huggingface.co/pyannote/speaker-diarization-3.1
- Click "Agree and access repository" to accept the conditions
Create a Hugging Face token:
- Go to https://huggingface.co/settings/tokens
- Create a new token with "read" permissions
- Copy the token
Add the token to your Space secrets:
- Go to your Space settings: https://huggingface.co/spaces/marcosremar2/speaker-diarization-pyannote/settings
- Scroll to "Repository secrets" section
- Add a new secret:
- Name:
HF_TOKEN
- Value: Your Hugging Face token
- Name:
- Click "Save"
Restart the Space after adding the token
The Space should now work correctly!