Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def download_file(url, save_path):
|
|
20 |
with open(save_path, 'wb') as file:
|
21 |
file.write(response.content)
|
22 |
|
23 |
-
url_checkpoint = 'https://github.com/simonlobgromov/AkylAI_Matcha_Checkpoint/releases/download/Akyl-AI-TTS-v2/checkpoint_epoch.
|
24 |
save_checkpoint_path = './checkpoints/checkpoint.ckpt'
|
25 |
url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
|
26 |
save_generator_path = './checkpoints/generator'
|
|
|
20 |
with open(save_path, 'wb') as file:
|
21 |
file.write(response.content)
|
22 |
|
23 |
+
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'
|
24 |
save_checkpoint_path = './checkpoints/checkpoint.ckpt'
|
25 |
url_generator = 'https://github.com/simonlobgromov/AkylAI_Matcha_HiFiGan/releases/download/Generator/generator_v1'
|
26 |
save_generator_path = './checkpoints/generator'
|