Apply Code Formatter Change
This commit is contained in:
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"),),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user