Spaces:
Build error
Build error
Add test token
Browse files
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
|