Simonlob commited on
Commit
0519009
·
verified ·
1 Parent(s): dd36151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def download_file(url, save_path):
49
  with open(save_path, 'wb') as file:
50
  file.write(response.content)
51
 
52
- url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.669.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Matcha-TTS/checkpoint_epoch.499.ckpt'
53
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
54
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
55
  save_generator_path = './checkpoints/generator'
 
49
  with open(save_path, 'wb') as file:
50
  file.write(response.content)
51
 
52
+ url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/LiveSpeech2025/checkpoint_epoch.009.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.669.ckpt'
53
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
54
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
55
  save_generator_path = './checkpoints/generator'