capradeepgujaran commited on
Commit
4b389b6
·
verified ·
1 Parent(s): 894522e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Google TTS") # Set default to Google 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")
 
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")