XXXXRT666 commited on
Commit
82e1146
·
1 Parent(s): 721cd24
Files changed (1) hide show
  1. GPT_SoVITS/text/chinese2.py +2 -1
GPT_SoVITS/text/chinese2.py CHANGED
@@ -29,7 +29,8 @@ pinyin_to_symbol_map = {
29
 
30
  parent_directory = os.path.dirname(current_file_path)
31
 
32
- is_g2pw = True
 
33
  if is_g2pw:
34
  g2pw = G2PWPinyin(
35
  model_dir="GPT_SoVITS/text/G2PWModel",
 
29
 
30
  parent_directory = os.path.dirname(current_file_path)
31
 
32
+ # is_g2pw = True
33
+ is_g2pw = False
34
  if is_g2pw:
35
  g2pw = G2PWPinyin(
36
  model_dir="GPT_SoVITS/text/G2PWModel",