Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -28,7 +28,7 @@ import torch
|
|
28 |
class EndpointHandler:
|
29 |
def __init__(self, path=""):
|
30 |
# initialize pretrained pipeline
|
31 |
-
self._pipeline = Pipeline.from_pretrained("
|
32 |
|
33 |
# send pipeline to GPU if available
|
34 |
if torch.cuda.is_available():
|
|
|
28 |
class EndpointHandler:
|
29 |
def __init__(self, path=""):
|
30 |
# initialize pretrained pipeline
|
31 |
+
self._pipeline = Pipeline.from_pretrained("tensorlake/speaker-diarization-3.1")
|
32 |
|
33 |
# send pipeline to GPU if available
|
34 |
if torch.cuda.is_available():
|