Spaces:
Sleeping
Sleeping
waysolong
commited on
Commit
·
53970a1
1
Parent(s):
f5b630a
fix bug
Browse files
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
|