Update README.md
Browse files
README.md
CHANGED
@@ -35,8 +35,8 @@ extra_gated_fields:
|
|
35 |
Relies on pyannote.audio 2.1: see [installation instructions](https://github.com/pyannote/pyannote-audio).
|
36 |
|
37 |
```python
|
38 |
-
# 1. 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 model
|
41 |
from pyannote.audio import model
|
42 |
model = Model.from_pretrained("pyannote/segmentation",
|
|
|
35 |
Relies on pyannote.audio 2.1: see [installation instructions](https://github.com/pyannote/pyannote-audio).
|
36 |
|
37 |
```python
|
38 |
+
# 1. 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 model
|
41 |
from pyannote.audio import model
|
42 |
model = Model.from_pretrained("pyannote/segmentation",
|