David Thomas commited on
Commit
ae4b76f
·
1 Parent(s): 323f76c

minor UI tweak

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1496,7 +1496,9 @@ with gr.Blocks(theme=gr.themes.Base(), title='RVC RULE1 v1') as app:
1496
  refresh_button = gr.Button("Refresh", variant="primary")
1497
  if check_for_name() != '':
1498
  get_vc(sorted(names)[0])
1499
- vc_transform0 = gr.Number(label="Optional: You can change the pitch here or leave it at 0.", value=0)
 
 
1500
  #clean_button = gr.Button(i18n("Uninstall the sound saving video memory"), variant="primary")
1501
  spk_item = gr.Slider(
1502
  minimum=0,
 
1496
  refresh_button = gr.Button("Refresh", variant="primary")
1497
  if check_for_name() != '':
1498
  get_vc(sorted(names)[0])
1499
+ vc_transform0 = gr.Number(label="Optional: You can change the pitch here or leave it at 0.\
1500
+ For male to female conversions, or vice versa, swap the voice first and then\
1501
+ adjust the pitch after you get a baseline.", value=0)
1502
  #clean_button = gr.Button(i18n("Uninstall the sound saving video memory"), variant="primary")
1503
  spk_item = gr.Slider(
1504
  minimum=0,