Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1586,10 +1586,10 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="lime", secondary_hue="green"
|
|
1586 |
# value=get_index(),
|
1587 |
# interactive=True,
|
1588 |
# )
|
1589 |
-
sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
|
1590 |
-
refresh_button.click(
|
1591 |
-
fn=change_choices, inputs=[], outputs=[sid0, file_index1]
|
1592 |
-
)
|
1593 |
# file_big_npy1 = gr.Textbox(
|
1594 |
# label=i18n("特征文件路径"),
|
1595 |
# value="E:\\codes\py39\\vits_vc_gpu_train\\logs\\mi-test-1key\\total_fea.npy",
|
|
|
1586 |
# value=get_index(),
|
1587 |
# interactive=True,
|
1588 |
# )
|
1589 |
+
# sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
|
1590 |
+
# refresh_button.click(
|
1591 |
+
# fn=change_choices, inputs=[], outputs=[sid0, file_index1]
|
1592 |
+
# )
|
1593 |
# file_big_npy1 = gr.Textbox(
|
1594 |
# label=i18n("特征文件路径"),
|
1595 |
# value="E:\\codes\py39\\vits_vc_gpu_train\\logs\\mi-test-1key\\total_fea.npy",
|