Skip to content

Commit

Permalink
fix(gui): always refresh output path if input path changed (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored May 6, 2023
1 parent 071b441 commit f79de0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/so_vits_svc_fork/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,8 @@ def apply_preset(name: str) -> None:
update_speaker()
elif event == "input_path":
# Don't change the output path if it's already set
if values["output_path"]:
continue
# if values["output_path"]:
# continue
# Set a sensible default output path
window.Element("output_path").Update(str(get_output_path(input_path)))
elif event == "infer":
Expand Down

0 comments on commit f79de0c

Please sign in to comment.