digitalxingtong commited on
Commit
a413e12
1 Parent(s): 3a5df7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ if __name__ == "__main__":
244
  )
245
  speaker_ids = hps.data.spk2id
246
  speakers = list(speaker_ids.keys())
247
- languages = [ "ZH","JP", "EN","mix", "auto"]
248
  with gr.Blocks() as app:
249
  with gr.Row():
250
  with gr.Column():
 
244
  )
245
  speaker_ids = hps.data.spk2id
246
  speakers = list(speaker_ids.keys())
247
+ languages = [ "ZH","JP","mix", "auto"]
248
  with gr.Blocks() as app:
249
  with gr.Row():
250
  with gr.Column():