Miki0329 commited on
Commit
bd5ea9b
·
verified ·
1 Parent(s): 04ff3d5

Update voice_create.py

Browse files
Files changed (1) hide show
  1. voice_create.py +1 -1
voice_create.py CHANGED
@@ -49,7 +49,7 @@ def text_to_speech(input_file):
49
  text = text.replace("p.m.", 'PM')
50
  text = text.replace("U.S.", 'US')
51
  text = text.replace("Mr.", 'Mister')
52
- text = text.replace("Ms.", 'Miz')
53
  text = text.replace("Mrs.", 'Misiz')
54
 
55
 
 
49
  text = text.replace("p.m.", 'PM')
50
  text = text.replace("U.S.", 'US')
51
  text = text.replace("Mr.", 'Mister')
52
+ text = text.replace("Ms.", 'MIZ')
53
  text = text.replace("Mrs.", 'Misiz')
54
 
55