Files
VITS-fast-fine-tuning/download_model.py
T
2023-02-16 18:29:06 +08:00

3 lines
135 B
Python

from google.colab import files
files.download("./OUTPUT_MODEL/G_latest.pth")
files.download("./configs/modified_finetune_speaker.json")