r3gm commited on
Commit
47a9a2c
1 Parent(s): d86cb25

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. app_rvc.py +1 -1
app_rvc.py CHANGED
@@ -1714,7 +1714,7 @@ def create_gui(theme, logs_in_gui=False):
1714
  )
1715
  voice_imitation_method_gui = gr.Dropdown(
1716
  voice_imitation_method_options,
1717
- value=voice_imitation_method_options[0],
1718
  label=lg_conf["vc_method_label"],
1719
  info=lg_conf["vc_method_info"],
1720
  )
 
1714
  )
1715
  voice_imitation_method_gui = gr.Dropdown(
1716
  voice_imitation_method_options,
1717
+ value=voice_imitation_method_options[-1],
1718
  label=lg_conf["vc_method_label"],
1719
  info=lg_conf["vc_method_info"],
1720
  )