asuni commited on
Commit
6dea60d
·
verified ·
1 Parent(s): fe36bec

Update syn_hifigan.py

Browse files
Files changed (1) hide show
  1. 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
- #os.environ["CUDA_VISIBLE_DEVICES"]=""
27
- device = "cuda:0"
28
- #device = "cpu"
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