collinbarnwell commited on
Commit
437781d
·
verified ·
1 Parent(s): 1d6db6c

Update handler.py

Browse files
Files changed (1) hide show
  1. 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/speaker-diarization-3.1")
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,