diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index 3a527f4609..dcb33cbe0a 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -262,6 +262,7 @@ def _set_model_item(self, model_name): if "fairseq" in model_name: model_type = "tts_models" lang = model_name.split("/")[1] + dataset, model = model_name.split("/") model_item = { "model_type": "tts_models", "license": "CC BY-NC 4.0",