jerrypan7 commited on
Commit
34db584
·
verified ·
1 Parent(s): 5cb3f26

Update app.py

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