From 9176c02fe6c6f0cb59fb83fdc1053500d1281db9 Mon Sep 17 00:00:00 2001 From: Vidalnt Date: Sat, 7 Dec 2024 14:44:27 -0500 Subject: [PATCH] fix: :bug: Sid --- tabs/tts/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/tts/tts.py b/tabs/tts/tts.py index d9fd1a03..2089016d 100644 --- a/tabs/tts/tts.py +++ b/tabs/tts/tts.py @@ -360,7 +360,7 @@ def toggle_visible_embedder_custom(embedder_model): refresh_button.click( fn=change_choices, inputs=[model_file], - outputs=[model_file, index_file, sid], + outputs=[model_file, index_file, sid, sid], ) txt_file.upload( fn=process_input,