Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
3d1c56c
1
Parent(s):
96ee146
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def main():
|
|
150 |
choices=MODEL_OPTIONS,
|
151 |
label="Model",
|
152 |
value="tts-1",
|
153 |
-
info="Select tts-1 for speed or tts-1-hd for quality
|
154 |
)
|
155 |
voice_dropdown = gr.Dropdown(
|
156 |
choices=VOICE_OPTIONS,
|
|
|
150 |
choices=MODEL_OPTIONS,
|
151 |
label="Model",
|
152 |
value="tts-1",
|
153 |
+
info="Select tts-1 for speed or tts-1-hd for quality",
|
154 |
)
|
155 |
voice_dropdown = gr.Dropdown(
|
156 |
choices=VOICE_OPTIONS,
|