jerrypan7 commited on
Commit
178d6e3
·
verified ·
1 Parent(s): a590991

Update app.py

Browse files

change malay speaker

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ RAPID_API_KEY = os.getenv("RAPID_API_KEY")
28
  # Add this constant for available speakers
29
  AVAILABLE_SPEAKERS = {
30
  "en": ["MS"],
31
- "ma": ["msFemale"],
32
  "ta": ["ta_female1"],
33
  "zh": ["childChinese2"]
34
  }
 
28
  # Add this constant for available speakers
29
  AVAILABLE_SPEAKERS = {
30
  "en": ["MS"],
31
+ "ma": ["ChildMs_100049"],
32
  "ta": ["ta_female1"],
33
  "zh": ["childChinese2"]
34
  }