Miki0329 commited on
Commit
06bd7e0
·
verified ·
1 Parent(s): c0b092f

Update voice_create.py

Browse files
Files changed (1) hide show
  1. voice_create.py +1 -1
voice_create.py CHANGED
@@ -50,7 +50,7 @@ def text_to_speech(input_file):
50
  text = text.replace("U.S.", 'US')
51
  text = text.replace("Mr.", 'Mister')
52
  text = text.replace("Mrs.", 'Misiz')
53
- text = text.replace("Mz.", 'Miz')
54
 
55
 
56
  # テキスト内の改行を1sの間に変換
 
50
  text = text.replace("U.S.", 'US')
51
  text = text.replace("Mr.", 'Mister')
52
  text = text.replace("Mrs.", 'Misiz')
53
+ text = text.replace("Ms.", 'Miz')
54
 
55
 
56
  # テキスト内の改行を1sの間に変換