Update rvc.py
Browse files
rvc.py
CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks(title="Easy 🔊 GUI",theme="Hev832/Applio") as app:
|
|
264 |
choices=["40k", "32k"],
|
265 |
value="32k",
|
266 |
interactive=True,
|
267 |
-
visible=
|
268 |
)
|
269 |
if_f0_3 = gr.Radio(
|
270 |
label="Will your model be used for singing? If not, you can ignore this.",
|
|
|
264 |
choices=["40k", "32k"],
|
265 |
value="32k",
|
266 |
interactive=True,
|
267 |
+
visible=True
|
268 |
)
|
269 |
if_f0_3 = gr.Radio(
|
270 |
label="Will your model be used for singing? If not, you can ignore this.",
|