Gyaneshere commited on
Commit
51911c0
·
verified ·
1 Parent(s): 8720372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ SYSTEM_PROMPT = {
28
 
29
  # Voice options
30
  VOICE_OPTIONS = {
31
- "Marie (Female)": "Marie",
32
- "Peter (Male)": "Peter"
33
  }
34
 
35
  @spaces.GPU
 
28
 
29
  # Voice options
30
  VOICE_OPTIONS = {
31
+ "Chelsie (Female)": "Chelsie",
32
+ "Ethan (Male)": "Ethan"
33
  }
34
 
35
  @spaces.GPU