Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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')
|