Spaces:
Build error
Build error
Commit ·
6933812
1
Parent(s): 3aa6525
changes
Browse files
app.py
CHANGED
|
@@ -47,7 +47,6 @@ def tts(
|
|
| 47 |
|
| 48 |
|
| 49 |
with gr.Blocks() as demo:
|
| 50 |
-
gr.Markdown("# <center> OpenAI Text-To-Speech API with Gradio </center>")
|
| 51 |
with gr.Row(variant="panel"):
|
| 52 |
model = gr.Dropdown(choices=["tts-1", "tts-1-hd"], label="Model", value="tts-1")
|
| 53 |
voice = gr.Dropdown(choices=["alloy", "echo", "fable", "onyx", "nova", "shimmer"], label="Voice Options",
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
with gr.Blocks() as demo:
|
|
|
|
| 50 |
with gr.Row(variant="panel"):
|
| 51 |
model = gr.Dropdown(choices=["tts-1", "tts-1-hd"], label="Model", value="tts-1")
|
| 52 |
voice = gr.Dropdown(choices=["alloy", "echo", "fable", "onyx", "nova", "shimmer"], label="Voice Options",
|