Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -32,7 +32,7 @@ class EndpointHandler:
|
|
32 |
print(f"\nPATH: {path}\n")
|
33 |
print(f"\nls {path}: {os.listdir(path)}")
|
34 |
print("-----------------------------------")
|
35 |
-
self._pipeline = Pipeline.from_pretrained("pyannote
|
36 |
HYPER_PARAMETERS = {
|
37 |
"segmentation": {
|
38 |
"min_duration_off": 3.0,
|
|
|
32 |
print(f"\nPATH: {path}\n")
|
33 |
print(f"\nls {path}: {os.listdir(path)}")
|
34 |
print("-----------------------------------")
|
35 |
+
self._pipeline = Pipeline.from_pretrained("collinbarnwell/pyannote-speaker-diarization-31")
|
36 |
HYPER_PARAMETERS = {
|
37 |
"segmentation": {
|
38 |
"min_duration_off": 3.0,
|