kevinwang676 commited on
Commit
b2572c6
·
1 Parent(s): 6134c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -435,15 +435,7 @@ if __name__ == '__main__':
435
  step=0.01,
436
  interactive=True,
437
  )
438
- protect0 = gr.Slider(
439
- minimum=0,
440
- maximum=0.5,
441
- label="Voice Protection",
442
- info="Protect voiceless consonants and breath sounds to prevent artifacts such as tearing in electronic music. Set to 0.5 to disable. Decrease the value to increase protection, but it may reduce indexing accuracy",
443
- value=0.5,
444
- step=0.01,
445
- interactive=True,
446
- )
447
  with gr.Column():
448
  vc_log = gr.Textbox(label="Output Information", interactive=False)
449
  vc_output = gr.Audio(label="Output Audio", interactive=False)
 
435
  step=0.01,
436
  interactive=True,
437
  )
438
+
 
 
 
 
 
 
 
 
439
  with gr.Column():
440
  vc_log = gr.Textbox(label="Output Information", interactive=False)
441
  vc_output = gr.Audio(label="Output Audio", interactive=False)