Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Sep 9, 2023
1 parent 67eec23 commit d6e463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def tts_fn(

speaker_ids = hps.data.spk2id
speakers = list(speaker_ids.keys())
languages = ["ZH", "JA"]
languages = ["ZH", "JP"]
with gr.Blocks() as app:
with gr.Row():
with gr.Column():
Expand Down

0 comments on commit d6e463d

Please sign in to comment.