From f83b6f83a540c765e660c56a56c4f7f9c089fe32 Mon Sep 17 00:00:00 2001 From: namelesshunman <114380613+namelesshunman@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:26:24 +0800 Subject: [PATCH] Update usecudagpu2.py --- usecudagpu2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usecudagpu2.py b/usecudagpu2.py index 344d45d..c5815e7 100644 --- a/usecudagpu2.py +++ b/usecudagpu2.py @@ -131,8 +131,8 @@ def my_voice_maker(character_seq, text, output_path): if __name__ == '__main__': # model = input('Path of a VITS model: ') # config = input('Path of a config file: ') - model = "/root/Vits_From_Jiutian/koihime_vits_1081/G.pth" - config = "/root/Vits_From_Jiutian/koihime_vits_1081/config.json" + model = "/content/MoeGoe/config/932_koihime_vits.pth" + config = "/content/MoeGoe/config/932_config.json" # txt_path = input('Path of a txt file: ') # output_path = input('Path of a Output: ')