on1onmangoes commited on
Commit
73b9216
1 Parent(s): a3ee5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from transformers.pipelines.audio_utils import ffmpeg_read
18
 
19
 
20
 
21
- HF_TOKEN = "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"
22
  # set up the diarization pipeline
23
  diarization_pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization-3.0", use_auth_token=HF_TOKEN)
24
  if torch.cuda.is_available():
 
18
 
19
 
20
 
21
+
22
  # set up the diarization pipeline
23
  diarization_pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization-3.0", use_auth_token=HF_TOKEN)
24
  if torch.cuda.is_available():