mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
Apply Code Formatter Change
This commit is contained in:
committed by
github-actions[bot]
parent
89eecdceab
commit
ccbb8e03d5
@@ -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"),),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user