mirror of https://github.com/coqui-ai/TTS.git
fix missing dataset, model var initialization
This commit is contained in:
parent
55c7063724
commit
169146184e
|
@ -262,6 +262,8 @@ class ModelManager(object):
|
||||||
if "fairseq" in model_name:
|
if "fairseq" in model_name:
|
||||||
model_type = "tts_models"
|
model_type = "tts_models"
|
||||||
lang = model_name.split("/")[1]
|
lang = model_name.split("/")[1]
|
||||||
|
dataset = "fairseq"
|
||||||
|
model = "vits"
|
||||||
model_item = {
|
model_item = {
|
||||||
"model_type": "tts_models",
|
"model_type": "tts_models",
|
||||||
"license": "CC BY-NC 4.0",
|
"license": "CC BY-NC 4.0",
|
||||||
|
|
Loading…
Reference in New Issue