Skip to content

Commit

Permalink
Update tts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad authored Nov 17, 2022
1 parent 093ff4b commit 31daab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crh_tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def tts(self, text: str, voice: str, output_fp=BytesIO()):
def __setup_cache(self, use_cuda=False):
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
print("downloading uk/crh/vits-tts")
release_number = "v0.0.1"
release_number = "v0.0.2"
model_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/model.pth"
config_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/config.json"
speakers_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/speakers.pth"
Expand Down

0 comments on commit 31daab7

Please sign in to comment.