Spaces:
Sleeping
Sleeping
Update syn_hifigan.py
Browse files- syn_hifigan.py +3 -3
syn_hifigan.py
CHANGED
@@ -23,9 +23,9 @@ from common.text.text_processing import TextProcessing
|
|
23 |
from collections import Counter
|
24 |
|
25 |
import os
|
26 |
-
|
27 |
-
device = "cuda:0"
|
28 |
-
|
29 |
|
30 |
vocoder = "hifigan"
|
31 |
SHARPEN = True
|
|
|
23 |
from collections import Counter
|
24 |
|
25 |
import os
|
26 |
+
os.environ["CUDA_VISIBLE_DEVICES"]=""
|
27 |
+
#device = "cuda:0"
|
28 |
+
device = "cpu"
|
29 |
|
30 |
vocoder = "hifigan"
|
31 |
SHARPEN = True
|