Spaces:
Running on Zero
Running on Zero
File size: 819 Bytes
ba848d2 dc84d56 ba848d2 99a85b5 ba848d2 99a85b5 dc84d56 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
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`. |