4 lines
144 B
Python
4 lines
144 B
Python
from google.colab import files
|
|
files.download("./G_latest.pth")
|
|
files.download("./finetune_speaker.json")
|
|
files.download("./moegoe_config.json") |