mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-04 05:55:04 +08:00
Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean
This commit is contained in:
commit
784e8d1036
@ -139,7 +139,9 @@ if __name__ == "__main__":
|
|||||||
),
|
),
|
||||||
sg.FileBrowse(
|
sg.FileBrowse(
|
||||||
i18n("选择.pth文件"),
|
i18n("选择.pth文件"),
|
||||||
initial_folder=os.path.join(os.getcwd(), "assets/weights"),
|
initial_folder=os.path.join(
|
||||||
|
os.getcwd(), "assets/weights"
|
||||||
|
),
|
||||||
file_types=((". pth"),),
|
file_types=((". pth"),),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user