mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-07 04:09:06 +08:00
chore(format): run black on main
This commit is contained in:
parent
915853870f
commit
f769ba08bb
@ -253,7 +253,7 @@ if __name__ == "__main__":
|
||||
initial_folder=os.path.join(
|
||||
os.getcwd(), "assets/weights"
|
||||
),
|
||||
file_types=[('Model File', '*.pth')],
|
||||
file_types=[("Model File", "*.pth")],
|
||||
),
|
||||
],
|
||||
[
|
||||
@ -264,7 +264,7 @@ if __name__ == "__main__":
|
||||
sg.FileBrowse(
|
||||
i18n("选择.index文件"),
|
||||
initial_folder=os.path.join(os.getcwd(), "logs"),
|
||||
file_types=[('Index File', '*.index')],
|
||||
file_types=[("Index File", "*.index")],
|
||||
),
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user