enoreyes commited on
Commit
46a8375
·
1 Parent(s): 4302bfb

Add test token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ asr = pipeline(
73
  feature_extractor=processor.feature_extractor,
74
  device=device,
75
  )
76
- speaker_segmentation = Pipeline.from_pretrained("pyannote/speaker-segmentation")
77
  rpunct = RestorePuncts()
78
 
79
  # Text components
 
73
  feature_extractor=processor.feature_extractor,
74
  device=device,
75
  )
76
+ speaker_segmentation = Pipeline.from_pretrained("pyannote/speaker-segmentation", use_auth_token='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')
77
  rpunct = RestorePuncts()
78
 
79
  # Text components