ozipoetra
commited on
Commit
·
58f82db
1
Parent(s):
b2f3ce4
fix
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ if __name__ == '__main__':
|
|
251 |
with gr.Blocks() as app:
|
252 |
gr.Markdown(
|
253 |
"<div align='center'>\n\n"+
|
254 |
-
"RVC KucingPoi
|
255 |
"</div>"
|
256 |
)
|
257 |
if categories == []:
|
@@ -308,7 +308,7 @@ if __name__ == '__main__':
|
|
308 |
with gr.TabItem("Convert"):
|
309 |
with gr.Row():
|
310 |
with gr.Column():
|
311 |
-
vc_transform0 = gr.Number(label="Transpose", value=
|
312 |
f0method0 = gr.Radio(
|
313 |
label="Pitch extraction algorithm",
|
314 |
info=f0method_info,
|
@@ -347,7 +347,7 @@ if __name__ == '__main__':
|
|
347 |
maximum=1,
|
348 |
label="Volume Envelope",
|
349 |
info="Use the volume envelope of the input to replace or mix with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is used",
|
350 |
-
value=1,
|
351 |
interactive=True,
|
352 |
)
|
353 |
protect0 = gr.Slider(
|
|
|
251 |
with gr.Blocks() as app:
|
252 |
gr.Markdown(
|
253 |
"<div align='center'>\n\n"+
|
254 |
+
"<h1>RVC KucingPoi</h1>\n\n"+
|
255 |
"</div>"
|
256 |
)
|
257 |
if categories == []:
|
|
|
308 |
with gr.TabItem("Convert"):
|
309 |
with gr.Row():
|
310 |
with gr.Column():
|
311 |
+
vc_transform0 = gr.Number(label="Transpose", value=12, info='Type "12" to change from male to female voice. Type "-12" to change female to male voice')
|
312 |
f0method0 = gr.Radio(
|
313 |
label="Pitch extraction algorithm",
|
314 |
info=f0method_info,
|
|
|
347 |
maximum=1,
|
348 |
label="Volume Envelope",
|
349 |
info="Use the volume envelope of the input to replace or mix with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is used",
|
350 |
+
value=0.1,
|
351 |
interactive=True,
|
352 |
)
|
353 |
protect0 = gr.Slider(
|