Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
e88bc0e
1
Parent(s):
df3c872
Update release number
Browse files- ukrainian_tts/tts.py +1 -1
ukrainian_tts/tts.py
CHANGED
@@ -91,7 +91,7 @@ class TTS:
|
|
91 |
|
92 |
def __setup_cache(self, cache_folder=None):
|
93 |
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
|
94 |
-
release_number = "
|
95 |
print(
|
96 |
f"downloading https://github.com/robinhad/ukrainian-tts/releases/download/{release_number}"
|
97 |
)
|
|
|
91 |
|
92 |
def __setup_cache(self, cache_folder=None):
|
93 |
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
|
94 |
+
release_number = "v6.0.0"
|
95 |
print(
|
96 |
f"downloading https://github.com/robinhad/ukrainian-tts/releases/download/{release_number}"
|
97 |
)
|