Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def tts(text, model, voice):
|
|
27 |
|
28 |
with gr.Blocks() as demo:
|
29 |
gr.Markdown("# <center> OpenAI Text-To-Speech API </center>")
|
30 |
-
gr.Markdown("<center>
|
31 |
gr.Markdown("<center> Enter fewer than 4096 characters </center>")
|
32 |
with gr.Row():
|
33 |
model = gr.Dropdown(choices=['tts-1-1106','tts-1-hd-1106'], label='Model', value='tts-1-1106')
|
|
|
27 |
|
28 |
with gr.Blocks() as demo:
|
29 |
gr.Markdown("# <center> OpenAI Text-To-Speech API </center>")
|
30 |
+
gr.Markdown("<center>Brought to you by [Chiomirai School](https://note.com/sangmin/n/n9813f2064a6a)</center>")
|
31 |
gr.Markdown("<center> Enter fewer than 4096 characters </center>")
|
32 |
with gr.Row():
|
33 |
model = gr.Dropdown(choices=['tts-1-1106','tts-1-hd-1106'], label='Model', value='tts-1-1106')
|