Niansuh commited on
Commit
c27ae83
·
verified ·
1 Parent(s): c1d9f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ class ElevenlabsTTS:
40
  self.all_voices = {
41
  "Brian": "nPczCjzI2devNBz1zQrb",
42
  "Alice": "Xb7hH8MSUJpSbSDYk0k2",
 
43
  # Add other voices as needed
44
  }
45
  self.params = {'allow_unauthenticated': '1'}
 
40
  self.all_voices = {
41
  "Brian": "nPczCjzI2devNBz1zQrb",
42
  "Alice": "Xb7hH8MSUJpSbSDYk0k2",
43
+ "Neal": "Zp1aWhL05Pi5BkhizFC3",
44
  # Add other voices as needed
45
  }
46
  self.params = {'allow_unauthenticated': '1'}