waysolong commited on
Commit
53970a1
·
1 Parent(s): f5b630a
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch,json,os
2
-
3
  from scipy.io import wavfile
4
  from mtts.text import TextProcessor
5
  from mtts.models.fs2_model import FastSpeech2
 
1
  import torch,json,os
2
+ from mtts.models.vocoder import *
3
  from scipy.io import wavfile
4
  from mtts.text import TextProcessor
5
  from mtts.models.fs2_model import FastSpeech2