1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00

fix gui_v1

This commit is contained in:
Ftps
2023-08-29 16:00:24 +09:00
parent fd78036f64
commit 89eecdceab
3 changed files with 5 additions and 18 deletions

View File

@@ -139,7 +139,7 @@ if __name__ == "__main__":
),
sg.FileBrowse(
i18n("选择.pth文件"),
initial_folder=os.path.join(os.getcwd(), "weights"),
initial_folder=os.path.join(os.getcwd(), "assets/weights"),
file_types=((". pth"),),
),
],