Simonlob commited on
Commit
86262c7
·
verified ·
1 Parent(s): e78cf35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ 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
- url_checkpoint = 'https://drive.google.com/file/d/1aaaspyNOYZGdoyWhkhUa6RMsCzIzu7fC/view?usp=drive_link'
54
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
55
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
56
  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/Akyl-AI-TTS-v2/checkpoint_epoch.669.ckpt' #'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Matcha-TTS/checkpoint_epoch.499.ckpt'
53
+ # url_checkpoint = 'https://drive.google.com/file/d/1aaaspyNOYZGdoyWhkhUa6RMsCzIzu7fC/view?usp=drive_link'
54
  save_checkpoint_path = './checkpoints/checkpoint.ckpt'
55
  url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
56
  save_generator_path = './checkpoints/generator'