MohamedRashad commited on
Commit
9801a70
·
1 Parent(s): ec99653

Update available voices in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ examples = [
155
  ]
156
 
157
  # Available voices
158
- VOICES = ["tara", "dan", "josh", "emma"]
159
 
160
  # Create Gradio interface
161
  with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
 
155
  ]
156
 
157
  # Available voices
158
+ VOICES = ["tara", "leah", "jess", "leo", "dan", "mia", "zac", "zoe"]
159
 
160
  # Create Gradio interface
161
  with gr.Blocks(title="Orpheus Text-to-Speech") as demo: