Spaces:
Running
Running
Yurii Paniv
commited on
Update tts.py
Browse files- crh_tts/tts.py +1 -1
crh_tts/tts.py
CHANGED
@@ -52,7 +52,7 @@ class TTS:
|
|
52 |
def __setup_cache(self, use_cuda=False):
|
53 |
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
|
54 |
print("downloading uk/crh/vits-tts")
|
55 |
-
release_number = "v0.0.
|
56 |
model_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/model.pth"
|
57 |
config_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/config.json"
|
58 |
speakers_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/speakers.pth"
|
|
|
52 |
def __setup_cache(self, use_cuda=False):
|
53 |
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
|
54 |
print("downloading uk/crh/vits-tts")
|
55 |
+
release_number = "v0.0.2"
|
56 |
model_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/model.pth"
|
57 |
config_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/config.json"
|
58 |
speakers_link = f"https://github.com/robinhad/qirimtatar-tts/releases/download/{release_number}/speakers.pth"
|