Spaces:
Running
Running
fixed text
Browse files
app.py
CHANGED
@@ -1492,11 +1492,11 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1492 |
|
1493 |
# Other RVC stuff
|
1494 |
with gr.Row():
|
1495 |
-
sid0 = gr.Dropdown(label="1
|
1496 |
-
refresh_button = gr.Button("
|
1497 |
if check_for_name() != '':
|
1498 |
get_vc(sorted(names)[0])
|
1499 |
-
vc_transform0 = gr.Number(label="
|
1500 |
#clean_button = gr.Button(i18n("卸载音色省显存"), variant="primary")
|
1501 |
spk_item = gr.Slider(
|
1502 |
minimum=0,
|
@@ -1513,13 +1513,13 @@ with gr.Blocks(theme=gr.themes.Base(), title='Voice DeepFake 💻') as app:
|
|
1513 |
inputs=[sid0],
|
1514 |
outputs=[spk_item],
|
1515 |
)
|
1516 |
-
but0 = gr.Button("
|
1517 |
with gr.Row():
|
1518 |
with gr.Column():
|
1519 |
with gr.Row():
|
1520 |
-
dropbox = gr.File(label='
|
1521 |
with gr.Row():
|
1522 |
-
record_button=gr.Audio(source="microphone", label="
|
1523 |
with gr.Row():
|
1524 |
input_audio0 = gr.Dropdown(
|
1525 |
label="2.Выберите аудиозапись.",
|
|
|
1492 |
|
1493 |
# Other RVC stuff
|
1494 |
with gr.Row():
|
1495 |
+
sid0 = gr.Dropdown(label="1. Modelni tanlang.", choices=sorted(names), value=check_for_name())
|
1496 |
+
refresh_button = gr.Button("Yangilash", variant="primary")
|
1497 |
if check_for_name() != '':
|
1498 |
get_vc(sorted(names)[0])
|
1499 |
+
vc_transform0 = gr.Number(label="Kengaytirilgan: Bu yerda siz ovoz balandligini o'zgartirishingiz yoki uni 0 da qoldirishingiz mumkin.", value=0)
|
1500 |
#clean_button = gr.Button(i18n("卸载音色省显存"), variant="primary")
|
1501 |
spk_item = gr.Slider(
|
1502 |
minimum=0,
|
|
|
1513 |
inputs=[sid0],
|
1514 |
outputs=[spk_item],
|
1515 |
)
|
1516 |
+
but0 = gr.Button("O'zgartiring", variant="primary")
|
1517 |
with gr.Row():
|
1518 |
with gr.Column():
|
1519 |
with gr.Row():
|
1520 |
+
dropbox = gr.File(label='Ovoz yozishingizni shu yerga yuboring va "Qayta yuklash" tugmasini bosing.')
|
1521 |
with gr.Row():
|
1522 |
+
record_button=gr.Audio(source="microphone", label="Ovozni mikrofondan yozib oling.", type="filepath")
|
1523 |
with gr.Row():
|
1524 |
input_audio0 = gr.Dropdown(
|
1525 |
label="2.Выберите аудиозапись.",
|