tsi-org commited on
Commit
4a31551
·
verified ·
1 Parent(s): ed48527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def main():
133
  'Fable (Male)': 'fable',
134
  'Onyx (Male)': 'onyx',
135
  'Nova (Female)': 'nova',
136
- 'Shimme (Female)': 'shimmer',
137
- 'Alloy (Male)': 'alloy'
138
  }
139
  option = st.selectbox('Choose the voice you want', list(voice_options.keys()))
140
  classify = voice_options[option]
 
133
  'Fable (Male)': 'fable',
134
  'Onyx (Male)': 'onyx',
135
  'Nova (Female)': 'nova',
136
+ 'Shimmer (Female)': 'shimmer',
137
+ 'Alloy (Female)': 'alloy'
138
  }
139
  option = st.selectbox('Choose the voice you want', list(voice_options.keys()))
140
  classify = voice_options[option]