Anil Battalahalli Sreenath
commited on
Commit
•
f260c50
1
Parent(s):
39e3a80
modified README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Relies on pyannote.audio 2.0 currently in development: see [installation instruc
|
|
41 |
|
42 |
```python
|
43 |
from pyannote.audio.pipelines import VoiceActivityDetection
|
44 |
-
pipeline = VoiceActivityDetection(segmentation="
|
45 |
HYPER_PARAMETERS = {
|
46 |
# onset/offset activation thresholds
|
47 |
"onset": 0.5, "offset": 0.5,
|
|
|
41 |
|
42 |
```python
|
43 |
from pyannote.audio.pipelines import VoiceActivityDetection
|
44 |
+
pipeline = VoiceActivityDetection(segmentation="anilbs/segmentation")
|
45 |
HYPER_PARAMETERS = {
|
46 |
# onset/offset activation thresholds
|
47 |
"onset": 0.5, "offset": 0.5,
|