tobiccino commited on
Commit
2d6b01a
1 Parent(s): 449bd33
Files changed (1) hide show
  1. vietTTS/hifigan/mel2wave.py +1 -1
vietTTS/hifigan/mel2wave.py CHANGED
@@ -17,7 +17,7 @@ class AttrDict(dict):
17
 
18
  def mel2wave(
19
  mel,
20
- config_file="assets/hifigan/config.json",
21
  ckpt_file=FLAGS.ckpt_dir / "hk_hifi.pickle",
22
  ):
23
  with open(config_file) as f:
 
17
 
18
  def mel2wave(
19
  mel,
20
+ config_file=FLAGS.ckpt_dir / "config.json",
21
  ckpt_file=FLAGS.ckpt_dir / "hk_hifi.pickle",
22
  ):
23
  with open(config_file) as f: