Spaces:
Running
Running
fixed text
Browse files
app.py
CHANGED
@@ -1585,9 +1585,9 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1585 |
interactive=False,
|
1586 |
)
|
1587 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1588 |
-
with gr.Accordion("
|
1589 |
f0method0 = gr.Radio(
|
1590 |
-
label='
|
1591 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1592 |
value="rmvpe",
|
1593 |
interactive=True,
|
@@ -1597,7 +1597,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1597 |
minimum=1,
|
1598 |
maximum=512,
|
1599 |
step=1,
|
1600 |
-
label="Mangio-Crepe Hop Length.
|
1601 |
value=120,
|
1602 |
interactive=True,
|
1603 |
visible=False,
|
@@ -1606,7 +1606,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1606 |
filter_radius0 = gr.Slider(
|
1607 |
minimum=0,
|
1608 |
maximum=7,
|
1609 |
-
label=i18n("
|
1610 |
value=3,
|
1611 |
step=1,
|
1612 |
interactive=True,
|
|
|
1585 |
interactive=False,
|
1586 |
)
|
1587 |
animate_button.click(fn=mouth, inputs=[size, face, vc_output2, faces], outputs=[animation, preview])
|
1588 |
+
with gr.Accordion("Qo'shimcha sozlamalar", open=False):
|
1589 |
f0method0 = gr.Radio(
|
1590 |
+
label='Majburiy emas: Ovozni ajratib olish algoritmini o\'zgartiring.',
|
1591 |
choices=["pm", "dio", "crepe-tiny", "mangio-crepe-tiny", "crepe", "harvest", "mangio-crepe", "rmvpe"], # Fork Feature. Add Crepe-Tiny
|
1592 |
value="rmvpe",
|
1593 |
interactive=True,
|
|
|
1597 |
minimum=1,
|
1598 |
maximum=512,
|
1599 |
step=1,
|
1600 |
+
label="Mangio-Crepe Hop Length. Kattaroq raqamlar tovush balandligining keskin o'zgarishi ehtimolini kamaytiradi, lekin pastroq raqamlar aniqlikni oshiradi. 64-192 - tajriba uchun yaxshi diapazon.",
|
1601 |
value=120,
|
1602 |
interactive=True,
|
1603 |
visible=False,
|
|
|
1606 |
filter_radius0 = gr.Slider(
|
1607 |
minimum=0,
|
1608 |
maximum=7,
|
1609 |
+
label=i18n("Agar >=3 boʻlsa: toʻplangan ovoz balandligi natijalariga median filtrlashni qoʻllang. Qiymat filtrlash radiusini ifodalaydi va nafas olishni qisqartirishi mumkin"),
|
1610 |
value=3,
|
1611 |
step=1,
|
1612 |
interactive=True,
|