Spaces:
Running
on
Zero
Running
on
Zero
force cpu spk diaraization
Browse files
app.py
CHANGED
@@ -101,6 +101,8 @@ def get_diarization_pipe():
|
|
101 |
"pyannote/[email protected]",
|
102 |
use_auth_token=token or True
|
103 |
)
|
|
|
|
|
104 |
return dar_pipe
|
105 |
|
106 |
|
|
|
101 |
"pyannote/[email protected]",
|
102 |
use_auth_token=token or True
|
103 |
)
|
104 |
+
|
105 |
+
dar_pipe.to("cpu")
|
106 |
return dar_pipe
|
107 |
|
108 |
|