This commit is contained in:
Ftps
2023-08-29 16:14:19 +09:00

View File

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