Skip to content

Commit

Permalink
🐛 fix dropdown miss
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 5, 2024
1 parent 01ebda3 commit e5eab54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def get_speaker_show_name(spk):
choices=speaker_names,
# label="Choose Speaker",
interactive=True,
value="female2",
value="female : female2",
show_label=False,
)
spk_rand_button = gr.Button(
Expand Down Expand Up @@ -680,7 +680,7 @@ def get_speaker_show_name(spk):
spk_input_dropdown = gr.Dropdown(
choices=speaker_names,
interactive=True,
value="female2",
value="female : female2",
show_label=False,
)
spk_rand_button = gr.Button(
Expand Down

0 comments on commit e5eab54

Please sign in to comment.