jonathanagustin commited on
Commit
deabd3e
1 Parent(s): dfe40b4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
21
  with gr.Row():
22
  with gr.Column(scale=1):
23
  api_key_input = gr.Textbox(label="API Key", type="password")
24
- model_dropdown = gr.Dropdown(choices=model_options, label="Model", value="tts-1-hd")
25
  voice_dropdown = gr.Dropdown(choices=voice_options, label="Voice Options", value="echo")
26
  with gr.Column(scale=2):
27
  input_textbox = gr.Textbox(
 
21
  with gr.Row():
22
  with gr.Column(scale=1):
23
  api_key_input = gr.Textbox(label="API Key", type="password")
24
+ model_dropdown = gr.Dropdown(choices=model_options, label="Model", value="tts")
25
  voice_dropdown = gr.Dropdown(choices=voice_options, label="Voice Options", value="echo")
26
  with gr.Column(scale=2):
27
  input_textbox = gr.Textbox(