chenxie95 commited on
Commit
8d8cec8
·
verified ·
1 Parent(s): 148ad89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def infer(
67
  ref_audio,
68
  ref_text,
69
  gen_text,
70
- tts_model_collections[tts_model_choice],
71
  vocoder,
72
  show_info=show_info,
73
  progress=gr.Progress(),
 
67
  ref_audio,
68
  ref_text,
69
  gen_text,
70
+ tts_lang_model_collections[tts_lang_choice][tts_model_choice],
71
  vocoder,
72
  show_info=show_info,
73
  progress=gr.Progress(),