Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,8 @@ Relies on pyannote.audio 2.1: see [installation instructions](https://github.com
|
|
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
|
41 |
pipeline = Pipeline.from_pretrained("pyannote/[email protected]",
|
|
|
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
|
41 |
pipeline = Pipeline.from_pretrained("pyannote/[email protected]",
|