Upload GUI.py
Browse files
GUI.py
CHANGED
|
@@ -1720,7 +1720,7 @@ def fast(filepath, spk_item, vc_transform0,f0method0,file_index1,index_rate1,fil
|
|
| 1720 |
|
| 1721 |
with gr.Blocks(theme=gr.themes.Base()) as app:
|
| 1722 |
with gr.Tabs():
|
| 1723 |
-
with gr.TabItem("
|
| 1724 |
gr.HTML("<h1> RVC V2 by https://www.youtube.com/@ba1yya 💻 </h1>")
|
| 1725 |
# Inference Preset Row
|
| 1726 |
# with gr.Row():
|
|
@@ -1936,7 +1936,7 @@ with gr.Blocks(theme=gr.themes.Base()) as app:
|
|
| 1936 |
"""
|
| 1937 |
)
|
| 1938 |
|
| 1939 |
-
with gr.TabItem("
|
| 1940 |
with gr.Row():
|
| 1941 |
with gr.Column():
|
| 1942 |
exp_dir1 = gr.Textbox(label="Голосовое имя:", value="Voice_1")
|
|
|
|
| 1720 |
|
| 1721 |
with gr.Blocks(theme=gr.themes.Base()) as app:
|
| 1722 |
with gr.Tabs():
|
| 1723 |
+
with gr.TabItem("Работа с моделью"):
|
| 1724 |
gr.HTML("<h1> RVC V2 by https://www.youtube.com/@ba1yya 💻 </h1>")
|
| 1725 |
# Inference Preset Row
|
| 1726 |
# with gr.Row():
|
|
|
|
| 1936 |
"""
|
| 1937 |
)
|
| 1938 |
|
| 1939 |
+
with gr.TabItem("Тренировка", visible=False):
|
| 1940 |
with gr.Row():
|
| 1941 |
with gr.Column():
|
| 1942 |
exp_dir1 = gr.Textbox(label="Голосовое имя:", value="Voice_1")
|