mirror of https://github.com/coqui-ai/TTS.git
Fixup
This commit is contained in:
parent
91cc11d636
commit
34b9a18c47
|
@ -279,7 +279,6 @@ class ModelManager(object):
|
|||
# fetch model info from the dict
|
||||
model_type, lang, dataset, model = model_name.split("/")
|
||||
model_full_name = f"{model_type}--{lang}--{dataset}--{model}"
|
||||
model_item = self.set_model_url(model_item)
|
||||
if "fairseq" in model_name:
|
||||
model_item = {
|
||||
"model_type": "tts_models",
|
||||
|
|
Loading…
Reference in New Issue