Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as iface:
|
|
57 |
gr.Markdown("# OpenAI TTS and Enhanced Google TTS Tool")
|
58 |
|
59 |
text_input = gr.Textbox(label="Enter text for speech generation")
|
60 |
-
tts_method = gr.Radio(["OpenAI TTS", "Google TTS"], label="TTS Method", value="
|
61 |
|
62 |
with gr.Group() as openai_options:
|
63 |
openai_voice_input = gr.Dropdown(["alloy", "echo", "fable", "onyx", "nova", "shimmer"], label="Select Voice", value="nova")
|
|
|
57 |
gr.Markdown("# OpenAI TTS and Enhanced Google TTS Tool")
|
58 |
|
59 |
text_input = gr.Textbox(label="Enter text for speech generation")
|
60 |
+
tts_method = gr.Radio(["OpenAI TTS", "Google TTS"], label="TTS Method", value="OpenAI TTS")
|
61 |
|
62 |
with gr.Group() as openai_options:
|
63 |
openai_voice_input = gr.Dropdown(["alloy", "echo", "fable", "onyx", "nova", "shimmer"], label="Select Voice", value="nova")
|