jonathanagustin commited on
Commit
a284cb9
1 Parent(s): 539d552

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
 
96
  with gr.Group():
97
  # Set the default preview audio to one of the voices
98
- default_voice = "echo"
99
  preview_audio = gr.Audio(
100
  interactive=False,
101
  label=f"Preview Voice: {default_voice.capitalize()}",
 
95
 
96
  with gr.Group():
97
  # Set the default preview audio to one of the voices
98
+ default_voice = "Echo"
99
  preview_audio = gr.Audio(
100
  interactive=False,
101
  label=f"Preview Voice: {default_voice.capitalize()}",