Simonlob commited on
Commit
dd0b879
·
verified ·
1 Parent(s): d807757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def download_file(url, save_path):
25
  with open(save_path, 'wb') as file:
26
  file.write(response.content)
27
 
28
- url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/LiveSpeech2025-v.1.0/checkpoint_epoch.069.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.669.ckpt'
29
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
30
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
31
  save_generator_path = './checkpoints/generator'
 
25
  with open(save_path, 'wb') as file:
26
  file.write(response.content)
27
 
28
+ url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/LiveSpeech2025-v.1.0/checkpoint_epoch.209.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.669.ckpt'
29
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
30
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
31
  save_generator_path = './checkpoints/generator'