Update voice_create.py
Browse files- 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("
|
| 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の間に変換
|