bugfix
This commit is contained in:
parent
ef18f8a114
commit
3dd1dca6dd
@ -4,10 +4,9 @@ from TTS.utils.synthesizer import Synthesizer
|
||||
import numpy as np
|
||||
from logmmse import logmmse
|
||||
from scipy.io.wavfile import write
|
||||
|
||||
from ahserver.serverenv import ServerEnv
|
||||
|
||||
class TTS:
|
||||
class CoquiTTS:
|
||||
def __init__(self, model_name):
|
||||
manager = ModelManager()
|
||||
# model_path, config_path, model_item = manager.download_model("tts_models/zh-CN/baker/tacotron2-DDC-GST")
|
||||
|
Loading…
Reference in New Issue
Block a user