Sangmin commited on
Commit
3d8b154
·
1 Parent(s): dcabdfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def tts(text, model, voice):
26
 
27
 
28
  with gr.Blocks() as demo:
29
- gr.Markdown("# <center> OpenAI Text-To-Speech API with Gradio </center>")
30
  with gr.Row():
31
  model = gr.Dropdown(choices=['tts-1','tts-1-hd'], label='Model', value='tts-1')
32
  voice = gr.Dropdown(choices=['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'], label='Voice Options', value='alloy')
 
26
 
27
 
28
  with gr.Blocks() as demo:
29
+ gr.Markdown("# <center> OpenAI Text-To-Speech API </center>")
30
  with gr.Row():
31
  model = gr.Dropdown(choices=['tts-1','tts-1-hd'], label='Model', value='tts-1')
32
  voice = gr.Dropdown(choices=['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'], label='Voice Options', value='alloy')