Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 10, 2024
1 parent 7d4158a commit b0ba32c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/so_vits_svc_fork/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,11 @@ def main():
sg.FileBrowse(
initial_folder=".",
key="input_path_browse",
file_types=get_supported_file_types_concat()
if os.name == "nt"
else get_supported_file_types(),
file_types=(
get_supported_file_types_concat()
if os.name == "nt"
else get_supported_file_types()
),
),
sg.FolderBrowse(
button_text="Browse(Folder)",
Expand Down

0 comments on commit b0ba32c

Please sign in to comment.