Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ TTS_VOICE_MAP = {
|
|
55 |
"@guyneural": "en-US-GuyNeural",
|
56 |
"@palomaneural": "es-US-PalomaNeural",
|
57 |
"@alonsoneural": "es-US-AlonsoNeural",
|
58 |
-
"@
|
59 |
}
|
60 |
|
61 |
async def text_to_speech(text: str, voice: str, output_file="output.mp3"):
|
|
|
55 |
"@guyneural": "en-US-GuyNeural",
|
56 |
"@palomaneural": "es-US-PalomaNeural",
|
57 |
"@alonsoneural": "es-US-AlonsoNeural",
|
58 |
+
"@madhurneural": "hi-IN-MadhurNeural"
|
59 |
}
|
60 |
|
61 |
async def text_to_speech(text: str, voice: str, output_file="output.mp3"):
|