Nymbo commited on
Commit
30b322f
·
1 Parent(s): a1ac836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')