Update Easy-app.py
Browse files- Easy-app.py +5 -4
Easy-app.py
CHANGED
@@ -943,6 +943,8 @@ with gr.Blocks(title="Simple Ilaria RVC 💖") as app:
|
|
943 |
clean_button.click(
|
944 |
fn=clean, inputs=[], outputs=[sid0], api_name="infer_clean"
|
945 |
)
|
|
|
|
|
946 |
with gr.TabItem(i18n("Inference")):
|
947 |
with gr.Group():
|
948 |
with gr.Row():
|
@@ -1149,10 +1151,9 @@ with gr.Blocks(title="Simple Ilaria RVC 💖") as app:
|
|
1149 |
|
1150 |
with gr.Group():
|
1151 |
with gr.Column():
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
vc_output2.render()
|
1156 |
|
1157 |
but0.click(
|
1158 |
vc.vc_single,
|
|
|
943 |
clean_button.click(
|
944 |
fn=clean, inputs=[], outputs=[sid0], api_name="infer_clean"
|
945 |
)
|
946 |
+
with gr.Row():
|
947 |
+
but0 = gr.Button(i18n("Convert"), variant="primary")
|
948 |
with gr.TabItem(i18n("Inference")):
|
949 |
with gr.Group():
|
950 |
with gr.Row():
|
|
|
1151 |
|
1152 |
with gr.Group():
|
1153 |
with gr.Column():
|
1154 |
+
vc_output1.render()
|
1155 |
+
with gr.Column():
|
1156 |
+
vc_output2.render()
|
|
|
1157 |
|
1158 |
but0.click(
|
1159 |
vc.vc_single,
|