kanslor821 commited on
Commit
2f00e4a
·
verified ·
1 Parent(s): 1306cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)