Spaces:
Runtime error
Runtime error
jonathanagustin
commited on
Commit
•
6082e5d
1
Parent(s):
c2c7100
Upload folder using huggingface_hub
Browse files
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 = "
|
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()}",
|