Spaces:
Running
Running
Update infer_zipvoice.py
Browse files- infer_zipvoice.py +2 -2
infer_zipvoice.py
CHANGED
|
@@ -89,8 +89,8 @@ MODEL_CONFIG = {
|
|
| 89 |
"zipvoice_distill": "zipvoice_distill/zipvoice_base.json",
|
| 90 |
}
|
| 91 |
|
| 92 |
-
torch.set_num_threads(1)
|
| 93 |
-
torch.set_num_interop_threads(1)
|
| 94 |
|
| 95 |
def get_vocoder(vocos_local_path: Optional[str] = None):
|
| 96 |
if vocos_local_path:
|
|
|
|
| 89 |
"zipvoice_distill": "zipvoice_distill/zipvoice_base.json",
|
| 90 |
}
|
| 91 |
|
| 92 |
+
# torch.set_num_threads(1)
|
| 93 |
+
# torch.set_num_interop_threads(1)
|
| 94 |
|
| 95 |
def get_vocoder(vocos_local_path: Optional[str] = None):
|
| 96 |
if vocos_local_path:
|