Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def tts(text, model, voice, api_key):
|
|
33 |
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
-
gr.Markdown("# <center> Alyxsissy TTS Preview </center>")
|
37 |
#gr.HTML("You can also access the Streaming demo for OpenAI TTS by clicking this <a href='https://huggingface.co/spaces/ysharma/OpenAI_TTS_Streaming'>Gradio demo link</a>")
|
38 |
with gr.Row(variant='panel'):
|
39 |
api_key = gr.Textbox(type='password', label='OpenAI API Key', placeholder='Enter your API key')
|
|
|
33 |
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
+
#gr.Markdown("# <center> Alyxsissy TTS Preview </center>")
|
37 |
#gr.HTML("You can also access the Streaming demo for OpenAI TTS by clicking this <a href='https://huggingface.co/spaces/ysharma/OpenAI_TTS_Streaming'>Gradio demo link</a>")
|
38 |
with gr.Row(variant='panel'):
|
39 |
api_key = gr.Textbox(type='password', label='OpenAI API Key', placeholder='Enter your API key')
|