eaglelandsonce commited on
Commit
8891fc4
·
verified ·
1 Parent(s): 3ae7977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.title('Text to Speech with OpenAI')
12
  # Voice selection
13
  voice_option = st.selectbox(
14
  'Choose a voice:',
15
- ['.alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']
16
  )
17
 
18
  # Text input
 
12
  # Voice selection
13
  voice_option = st.selectbox(
14
  'Choose a voice:',
15
+ ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']
16
  )
17
 
18
  # Text input