Skip to content

Commit

Permalink
Update manage.py
Browse files Browse the repository at this point in the history
Issue at _set_model_item() function
While using fairseq model dataset & model variables are not set
  • Loading branch information
Mkkrishnasai committed Sep 11, 2024
1 parent dbf1a08 commit 59dbfe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TTS/utils/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59dbfe1

Please sign in to comment.