hbredin commited on
Commit
b30abee
·
1 Parent(s): b5fc3ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 (only if requested)
39
- # 2. visit hf.co/settings/tokens to create an access token (only if you had to go through 1.)
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",