Skip to content

Commit 6616eed

Browse files
authored
Merge pull request #159 from snakers4/tts_v3
Fx
2 parents eb948ad + e698000 commit 6616eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples_tts.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"import torch\n",
100100
"\n",
101101
"language = 'ru'\n",
102-
"model_id = 'ru_v3'\n",
102+
"model_id = 'v3_1_ru'\n",
103103
"device = torch.device('cpu')\n",
104104
"\n",
105105
"model, example_text = torch.hub.load(repo_or_dir='snakers4/silero-models',\n",
@@ -589,7 +589,7 @@
589589
"local_file = 'model.pt'\n",
590590
"\n",
591591
"if not os.path.isfile(local_file):\n",
592-
" torch.hub.download_url_to_file('https://models.silero.ai/models/tts/ru/ru_v3.pt',\n",
592+
" torch.hub.download_url_to_file('https://models.silero.ai/models/tts/ru/v3_1_ru.pt',\n",
593593
" local_file) \n",
594594
"\n",
595595
"model = torch.package.PackageImporter(local_file).load_pickle(\"tts_models\", \"model\")\n",
@@ -861,4 +861,4 @@
861861
},
862862
"nbformat": 4,
863863
"nbformat_minor": 5
864-
}
864+
}

0 commit comments

Comments
 (0)