Spaces:
Build error
Build error
Changed the device from cuda to cpu
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import psutil
|
|
24 |
|
25 |
embedding_model = PretrainedSpeakerEmbedding(
|
26 |
"speechbrain/spkrec-ecapa-voxceleb",
|
27 |
-
device = "
|
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 |
|