tobiccino commited on
Commit
2d2c7e5
1 Parent(s): 7c3c326
Files changed (1) hide show
  1. vietTTS/hifigan/mel2wave.py +2 -0
vietTTS/hifigan/mel2wave.py CHANGED
@@ -41,4 +41,6 @@ def mel2wave(
41
  print(wav)
42
  jax.config.update('jax_platform_name', 'cpu')
43
  audio = jax.device_get(wav)
 
 
44
  return
 
41
  print(wav)
42
  jax.config.update('jax_platform_name', 'cpu')
43
  audio = jax.device_get(wav)
44
+ print("audio : ")
45
+ print(audio)
46
  return