Anil Battalahalli Sreenath
commited on
Commit
·
97217d6
1
Parent(s):
98d20e3
changed README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ Relies on pyannote.audio 2.0.1: see [installation instructions](https://github.c
|
|
| 36 |
```python
|
| 37 |
# load the pipeline from Hugginface Hub
|
| 38 |
from pyannote.audio import Pipeline
|
| 39 |
-
pipeline = Pipeline.from_pretrained("
|
| 40 |
|
| 41 |
# apply the pipeline to an audio file
|
| 42 |
diarization = pipeline("audio.wav")
|
|
|
|
| 36 |
```python
|
| 37 |
# load the pipeline from Hugginface Hub
|
| 38 |
from pyannote.audio import Pipeline
|
| 39 |
+
pipeline = Pipeline.from_pretrained("anilbs/pipeline")
|
| 40 |
|
| 41 |
# apply the pipeline to an audio file
|
| 42 |
diarization = pipeline("audio.wav")
|