Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2094,7 +2094,7 @@ def GradioSetup(UTheme=gr.themes.Soft()):
|
|
2094 |
visible = (not rvc_globals.NotesOrHertz) and (f0method0.value != 'rmvpe'),
|
2095 |
)
|
2096 |
maxpitch_txtbox = gr.Textbox(
|
2097 |
-
label = i18n
|
2098 |
info = i18n("Specify max pitch for inference [NOTE][OCTAVE]"),
|
2099 |
placeholder = "C6",
|
2100 |
visible = (rvc_globals.NotesOrHertz) and (f0method0.value != 'rmvpe'),
|
|
|
2094 |
visible = (not rvc_globals.NotesOrHertz) and (f0method0.value != 'rmvpe'),
|
2095 |
)
|
2096 |
maxpitch_txtbox = gr.Textbox(
|
2097 |
+
label = i18n("Max pitch:"),
|
2098 |
info = i18n("Specify max pitch for inference [NOTE][OCTAVE]"),
|
2099 |
placeholder = "C6",
|
2100 |
visible = (rvc_globals.NotesOrHertz) and (f0method0.value != 'rmvpe'),
|