Yurii Paniv commited on
Commit
31daab7
·
unverified ·
1 Parent(s): 093ff4b

Update tts.py

Browse files
Files changed (1) hide show
  1. 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.1"
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"