Spaces:
Runtime error
Runtime error
Commit ·
73b9216
1
Parent(s): a3ee5fc
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from transformers.pipelines.audio_utils import ffmpeg_read
|
|
| 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():
|
|
|
|
| 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():
|