Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
46e322b
1
Parent(s):
a284cb9
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,
|