EmadAgha commited on
Commit
fbcb457
·
verified ·
1 Parent(s): 4ec650b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ VOICES = {
9
  "سيدة (مصرية)": "ar-EG-SalmaNeural",
10
  "رجل (سعودي)": "ar-SA-HamedNeural",
11
  "سيدة (سعودية)": "ar-SA-ZariyahNeural",
12
- "English (US)": "en-US-AriaNeural"
 
13
  }
14
 
15
  async def generate_audio(text, voice_label, emotion_ignored, advanced_ignored, rate_ignored, pitch_ignored):
 
9
  "سيدة (مصرية)": "ar-EG-SalmaNeural",
10
  "رجل (سعودي)": "ar-SA-HamedNeural",
11
  "سيدة (سعودية)": "ar-SA-ZariyahNeural",
12
+ "English (US) F": "en-US-AriaNeural",
13
+ "English (US) M": "en-US-EricNeural"
14
  }
15
 
16
  async def generate_audio(text, voice_label, emotion_ignored, advanced_ignored, rate_ignored, pitch_ignored):