Spaces:
Runtime error
Runtime error
jonathanagustin
commited on
Commit
•
100243d
1
Parent(s):
6082e5d
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def main():
|
|
134 |
voice_dropdown = gr.Dropdown(
|
135 |
choices=VOICE_OPTIONS,
|
136 |
label="Voice Options",
|
137 |
-
value="
|
138 |
)
|
139 |
response_format_dropdown = gr.Dropdown(
|
140 |
choices=RESPONSE_FORMAT_OPTIONS,
|
|
|
134 |
voice_dropdown = gr.Dropdown(
|
135 |
choices=VOICE_OPTIONS,
|
136 |
label="Voice Options",
|
137 |
+
value="Echo",
|
138 |
)
|
139 |
response_format_dropdown = gr.Dropdown(
|
140 |
choices=RESPONSE_FORMAT_OPTIONS,
|