Update app.py
Browse files
app.py
CHANGED
@@ -1513,7 +1513,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1513 |
with gr.Row():
|
1514 |
with gr.Column():
|
1515 |
with gr.Row():
|
1516 |
-
dropbox = gr.File(label=
|
1517 |
with gr.Row():
|
1518 |
record_button=gr.Audio(source="microphone", label="Запись звука с микрофона", type="filepath")
|
1519 |
with gr.Row():
|
@@ -1584,7 +1584,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1584 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1585 |
with gr.Accordion("Дополнительные настройки", open=False):
|
1586 |
f0method0 = gr.Radio(
|
1587 |
-
label=
|
1588 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1589 |
value="rmvpe",
|
1590 |
interactive=True,
|
|
|
1513 |
with gr.Row():
|
1514 |
with gr.Column():
|
1515 |
with gr.Row():
|
1516 |
+
dropbox = gr.File(label='Отправьте аудиозапись сюда и нажмите кнопку "Перезагрузка".')
|
1517 |
with gr.Row():
|
1518 |
record_button=gr.Audio(source="microphone", label="Запись звука с микрофона", type="filepath")
|
1519 |
with gr.Row():
|
|
|
1584 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1585 |
with gr.Accordion("Дополнительные настройки", open=False):
|
1586 |
f0method0 = gr.Radio(
|
1587 |
+
label='Необязательно: Изменить алгоритм извлечения высоты тона.\Методы извлечения отсортированы от "худшего качества" к "лучшему качеству".\mangio-crepe может быть лучше rmvpe или нет в случаях, когда "гладкость" более важна, но в целом rmvpe является лучшим.',
|
1588 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1589 |
value="rmvpe",
|
1590 |
interactive=True,
|