Skip to content

Commit

Permalink
Update usecudagpu2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
namelesshunman authored Sep 26, 2022
1 parent fbb1316 commit f83b6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usecudagpu2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ')

Expand Down

0 comments on commit f83b6f8

Please sign in to comment.