Kangarroar commited on
Commit
1b2527a
1 Parent(s): 461c7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -11,7 +11,6 @@ config = col1.file_uploader("Choose your config", type='yaml')
11
  audio = col1.file_uploader("Choose your audio", type=["wav"])
12
  title = col2.text_input("Key", value="0")
13
  title2 = col2.text_input("Speedup", value="20")
14
- title3 = col2.text_input("Gender Flag", value="1.00")
15
  password = col2.text_input("Enter password")
16
- gender = col2.checkbox('Gender Flag', value=False, help='Default is 1.0, it works by decimals, setting it at 1.05 will make your render sound more female-ish, setting it to 0.95 will make it sound more masculine, for example.')
17
- # Rest of the code
 
11
  audio = col1.file_uploader("Choose your audio", type=["wav"])
12
  title = col2.text_input("Key", value="0")
13
  title2 = col2.text_input("Speedup", value="20")
14
+ title3 = col2.text_input("Gender Flag", value="1.00", help='Default is 1.0, it works by decimals, setting it at 1.05 will make your render sound more female-ish, setting it to 0.95 will make it sound more masculine, for example.')
15
  password = col2.text_input("Enter password")
16
+ gt_mel = col2.checkbox('Use Mel as Base', value=False, help='gt mel: Enabling this will use the input audio as a base and will unlock a new parameter, do not use this if you dont know what it does.')