init
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ pip install git+https://github.com/huggingface/diarizers.git
|
|
34 |
To load pre-trained diarization models from the Hub, you'll first need to accept the terms-of-use for the following two models:
|
35 |
1. [pyannote/segmentation-3.0](https://hf.co/pyannote/segmentation-3.0)
|
36 |
2. [pyannote/speaker-diarization-3.1](https://hf.co/pyannote/speaker-diarization-3.1)
|
|
|
37 |
And subsequently use a Hugging Face authentication token to log in with:
|
38 |
|
39 |
```
|
|
|
34 |
To load pre-trained diarization models from the Hub, you'll first need to accept the terms-of-use for the following two models:
|
35 |
1. [pyannote/segmentation-3.0](https://hf.co/pyannote/segmentation-3.0)
|
36 |
2. [pyannote/speaker-diarization-3.1](https://hf.co/pyannote/speaker-diarization-3.1)
|
37 |
+
|
38 |
And subsequently use a Hugging Face authentication token to log in with:
|
39 |
|
40 |
```
|