Update README.md
Browse files
README.md
CHANGED
|
@@ -29,12 +29,13 @@ extra_gated_fields:
|
|
| 29 |
|
| 30 |
# 🎹 Speaker diarization
|
| 31 |
|
| 32 |
-
Relies on pyannote.audio 2.1: see [installation instructions](https://github.com/pyannote/pyannote-audio#installation).
|
| 33 |
|
| 34 |
## TL;DR
|
| 35 |
|
| 36 |
```python
|
| 37 |
# 1. visit hf.co/pyannote/speaker-diarization and accept user conditions
|
|
|
|
| 38 |
# 2. visit hf.co/settings/tokens to create an access token
|
| 39 |
# 3. instantiate pretrained speaker diarization pipeline
|
| 40 |
from pyannote.audio import Pipeline
|
|
|
|
| 29 |
|
| 30 |
# 🎹 Speaker diarization
|
| 31 |
|
| 32 |
+
Relies on pyannote.audio 2.1.1: see [installation instructions](https://github.com/pyannote/pyannote-audio#installation).
|
| 33 |
|
| 34 |
## TL;DR
|
| 35 |
|
| 36 |
```python
|
| 37 |
# 1. visit hf.co/pyannote/speaker-diarization and accept user conditions
|
| 38 |
+
# 2. visit hf.co/pyannote/segmentation and accept user conditions
|
| 39 |
# 2. visit hf.co/settings/tokens to create an access token
|
| 40 |
# 3. instantiate pretrained speaker diarization pipeline
|
| 41 |
from pyannote.audio import Pipeline
|