Skip to content

Commit

Permalink
fix(gui): fix defaut for auto_play (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored Mar 24, 2023
1 parent a643e4f commit 07920a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/so_vits_svc_fork/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def main():
sg.FileBrowse(initial_folder=".", key="input_path_browse"),
sg.Button("Play", key="play_input"),
],
[sg.Checkbox(key="auto_play", text="Auto play")],
[sg.Checkbox(key="auto_play", text="Auto play", default=True)],
],
"Realtime": [
[
Expand Down

0 comments on commit 07920a4

Please sign in to comment.