Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def speaker_diarization(url, model_id):
|
|
45 |
pipeline = ASRDiarizationPipeline.from_pretrained(
|
46 |
asr_model=model_id,
|
47 |
diarizer_model="pyannote/speaker-diarization",
|
48 |
-
use_auth_token=
|
49 |
chunk_length_s=30,
|
50 |
device="cuda",
|
51 |
)
|
|
|
45 |
pipeline = ASRDiarizationPipeline.from_pretrained(
|
46 |
asr_model=model_id,
|
47 |
diarizer_model="pyannote/speaker-diarization",
|
48 |
+
use_auth_token="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",
|
49 |
chunk_length_s=30,
|
50 |
device="cuda",
|
51 |
)
|