Commit
·
5e765ab
1
Parent(s):
e82923c
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -10,7 +10,7 @@ SAMPLE_RATE = 16000
|
|
| 10 |
class EndpointHandler():
|
| 11 |
def __init__(self, path=""):
|
| 12 |
# load the model
|
| 13 |
-
self.pipeline = Pipeline.from_pretrained("pyannote
|
| 14 |
|
| 15 |
|
| 16 |
def __call__(self, data: Dict[str, bytes]) -> Dict[str, str]:
|
|
|
|
| 10 |
class EndpointHandler():
|
| 11 |
def __init__(self, path=""):
|
| 12 |
# load the model
|
| 13 |
+
self.pipeline = Pipeline.from_pretrained("philschmid/pyannote-speaker-diarization-endpoint")
|
| 14 |
|
| 15 |
|
| 16 |
def __call__(self, data: Dict[str, bytes]) -> Dict[str, str]:
|