Spaces:
Sleeping
Sleeping
| title: Diarize | |
| emoji: 🐠 | |
| colorFrom: red | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: 6.14.0 | |
| python_version: '3.12' | |
| app_file: app.py | |
| pinned: false | |
| short_description: Speaker diarization using pyannote Community-1 on ZeroGPU | |
| # Speaker diarization with pyannote Community-1 | |
| This Space provides a Gradio app for speaker diarization using | |
| [`pyannote/speaker-diarization-community-1`](https://huggingface.co/pyannote/speaker-diarization-community-1). | |
| ## Notes | |
| - The actual inference path is wrapped with the Hugging Face ZeroGPU `@spaces.GPU` decorator. | |
| - Pass `HF_TOKEN` in the UI or API call so any user who accepted the model conditions can run the Space. | |
| - Users must accept the model conditions on the model page before using the gated pipeline. | |
| - The app exports diarization outputs as `CSV`, `TXT`, and `RTTM`. |