Naozumi0512 commited on
Commit
63f41a9
·
1 Parent(s): 412eca4
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -489,7 +489,7 @@ if __name__ == "__main__":
489
  tts_fn,
490
  inputs=[
491
  text,
492
- speaker,
493
  sdp_ratio,
494
  noise_scale,
495
  noise_scale_w,
@@ -513,7 +513,7 @@ if __name__ == "__main__":
513
  tts_split,
514
  inputs=[
515
  text,
516
- speaker,
517
  sdp_ratio,
518
  noise_scale,
519
  noise_scale_w,
@@ -544,7 +544,7 @@ if __name__ == "__main__":
544
 
545
  formatter.click(
546
  format_utils,
547
- inputs=[text, speaker],
548
  outputs=[language, text],
549
  )
550
 
 
489
  tts_fn,
490
  inputs=[
491
  text,
492
+ "Yue",
493
  sdp_ratio,
494
  noise_scale,
495
  noise_scale_w,
 
513
  tts_split,
514
  inputs=[
515
  text,
516
+ "Yue",
517
  sdp_ratio,
518
  noise_scale,
519
  noise_scale_w,
 
544
 
545
  formatter.click(
546
  format_utils,
547
+ inputs=[text, "Yue"],
548
  outputs=[language, text],
549
  )
550