ntt123 commited on
Commit
db5bc60
1 Parent(s): 0e439cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def text_to_speech(text):
15
  text,
16
  "lexicon.txt",
17
  0.2,
18
- "acoustic_ckpt_latest.pickle",
19
- "duration_ckpt_latest.pickle",
20
  )
21
  wave = mel2wave(mel, "config.json", "hk_hifi.pickle")
22
  return (wave * (2**15)).astype(np.int16)
 
15
  text,
16
  "lexicon.txt",
17
  0.2,
18
+ "acoustic_latest_ckpt.pickle",
19
+ "duration_latest_ckpt.pickle",
20
  )
21
  wave = mel2wave(mel, "config.json", "hk_hifi.pickle")
22
  return (wave * (2**15)).astype(np.int16)