Update voice_create.py
Browse files- 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.", '
|
| 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 |
|