From ddd5b6f97466f511297128192b2bac078861d07f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Dec 2025 06:20:22 -0800 Subject: [PATCH] ... --- lib/gradio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gradio.py b/lib/gradio.py index 9dff11a5..a829d0ab 100644 --- a/lib/gradio.py +++ b/lib/gradio.py @@ -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,