Simonlob commited on
Commit
6f1c7eb
·
verified ·
1 Parent(s): 3741399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def download_file(url, save_path):
19
  with open(save_path, 'wb') as file:
20
  file.write(response.content)
21
 
22
- url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Matcha-TTS/checkpoint_epoch.499.ckpt'
23
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
24
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
25
  save_generator_path = './checkpoints/generator'
 
19
  with open(save_path, 'wb') as file:
20
  file.write(response.content)
21
 
22
+ url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.549.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Matcha-TTS/checkpoint_epoch.499.ckpt'
23
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
24
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
25
  save_generator_path = './checkpoints/generator'