Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ pipeline_a = Pipeline.from_pretrained(
|
|
49 |
def speackers_list(audio_f : str):
|
50 |
# # send pipeline to GPU (when available)
|
51 |
# import torch
|
52 |
-
pipeline_a.to(torch.device("cuda"))
|
53 |
|
54 |
# apply pretrained pipeline
|
55 |
diarization = pipeline_a(audio_f)
|
|
|
49 |
def speackers_list(audio_f : str):
|
50 |
# # send pipeline to GPU (when available)
|
51 |
# import torch
|
52 |
+
# pipeline_a.to(torch.device("cuda"))
|
53 |
|
54 |
# apply pretrained pipeline
|
55 |
diarization = pipeline_a(audio_f)
|