Skip to content

Commit

Permalink
fix: 🐛 Sid
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Dec 7, 2024
1 parent 016f65c commit 9176c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9176c02

Please sign in to comment.