Aditya02 commited on
Commit
0c93873
·
1 Parent(s): da20b78

Changed the device from cuda to cpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import psutil
24
 
25
  embedding_model = PretrainedSpeakerEmbedding(
26
  "speechbrain/spkrec-ecapa-voxceleb",
27
- device = "cuda")
28
  # device=torch.device("cuda" if torch.cuda.is_available() else "cpu"))
29
 
30
 
 
24
 
25
  embedding_model = PretrainedSpeakerEmbedding(
26
  "speechbrain/spkrec-ecapa-voxceleb",
27
+ device = "cpu")
28
  # device=torch.device("cuda" if torch.cuda.is_available() else "cpu"))
29
 
30