Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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": ["
|
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 |
}
|