Update app.py
Browse files
app.py
CHANGED
@@ -841,8 +841,8 @@ with gr.Blocks(title="NEX RVC WebUI", theme="nevreal/blues") as app:
|
|
841 |
value=0,
|
842 |
)
|
843 |
f0methodt = gr.Radio(
|
844 |
-
label=
|
845 |
-
"
|
846 |
),
|
847 |
choices=(
|
848 |
["crepe", "rmvpe"]
|
|
|
841 |
value=0,
|
842 |
)
|
843 |
f0methodt = gr.Radio(
|
844 |
+
label=(
|
845 |
+
"select your f0 method. crepe and rmvpe"
|
846 |
),
|
847 |
choices=(
|
848 |
["crepe", "rmvpe"]
|