3 lines
118 B
Python
3 lines
118 B
Python
from google.colab import files
|
|
files.download("./OUTPUT_MODEL/G_latest.pth")
|
|
files.download("./finetune_speaker.json") |