bugfix
This commit is contained in:
parent
73019d6107
commit
194fbb4f10
@ -8,7 +8,7 @@ from ahserver.serverenv import ServerEnv
|
|||||||
|
|
||||||
class CoquiTTS:
|
class CoquiTTS:
|
||||||
def __init__(self, model_name):
|
def __init__(self, model_name):
|
||||||
self.manager = ModelManager()
|
manager = ModelManager()
|
||||||
model_path, config_path, model_item = manager.download_model(model_name)
|
model_path, config_path, model_item = manager.download_model(model_name)
|
||||||
print(f'reult={model_path=}, {config_path=}, {model_item=}')
|
print(f'reult={model_path=}, {config_path=}, {model_item=}')
|
||||||
self.synthesizer = Synthesizer(
|
self.synthesizer = Synthesizer(
|
||||||
|
Loading…
Reference in New Issue
Block a user