This commit is contained in:
Ftps 2023-08-29 16:14:19 +09:00
commit 784e8d1036
1 changed files with 3 additions and 1 deletions

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"),),
),
],