Add files via upload

This commit is contained in:
RVC-Boss 2024-01-16 17:36:27 +08:00 committed by GitHub
parent 673fa673b6
commit 80d8e80748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,8 @@ def get_weights_names():
return SoVITS_names,GPT_names
SoVITS_weight_root="SoVITS_weights"
GPT_weight_root="GPT_weights"
os.makedirs(SoVITS_weight_root,exist_ok=True)
os.makedirs(GPT_weight_root,exist_ok=True)
SoVITS_names,GPT_names = get_weights_names()
def change_choices():