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