Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix: voice protection dupe
Browse files
app.py
CHANGED
@@ -398,8 +398,8 @@ if __name__ == '__main__':
|
|
398 |
minimum=0,
|
399 |
maximum=1,
|
400 |
label="Retrieval feature ratio",
|
401 |
-
info="(Default: 0.
|
402 |
-
value=0.
|
403 |
interactive=True,
|
404 |
)
|
405 |
filter_radius0 = gr.Slider(
|
@@ -428,15 +428,6 @@ if __name__ == '__main__':
|
|
428 |
value=1,
|
429 |
interactive=True,
|
430 |
)
|
431 |
-
protect0 = gr.Slider(
|
432 |
-
minimum=0,
|
433 |
-
maximum=0.5,
|
434 |
-
label="Voice Protection",
|
435 |
-
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",
|
436 |
-
value=0.4,
|
437 |
-
step=0.01,
|
438 |
-
interactive=True,
|
439 |
-
)
|
440 |
protect0 = gr.Slider(
|
441 |
minimum=0,
|
442 |
maximum=0.5,
|
|
|
398 |
minimum=0,
|
399 |
maximum=1,
|
400 |
label="Retrieval feature ratio",
|
401 |
+
info="(Default: 0.7)",
|
402 |
+
value=0.7,
|
403 |
interactive=True,
|
404 |
)
|
405 |
filter_radius0 = gr.Slider(
|
|
|
428 |
value=1,
|
429 |
interactive=True,
|
430 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
protect0 = gr.Slider(
|
432 |
minimum=0,
|
433 |
maximum=0.5,
|