This commit is contained in:
unknown
2025-12-29 06:20:22 -08:00
parent 8586a908c6
commit ddd5b6f974

View File

@@ -1822,7 +1822,7 @@ def build_interface(args:dict)->gr.Blocks:
gr_custom_model_file.upload(
fn=change_gr_custom_model_file,
inputs=[gr_custom_model_file, gr_tts_engine_list, gr_session],
outputs=[gr_custom_model_file, gr_custom_model_list, gr_voice_list],
outputs=[gr_custom_model_file, gr_custom_model_list],
show_progress_on=[gr_custom_model_list]
).then(
fn=update_gr_voice_list,