kevinwang676 commited on
Commit
925df59
1 Parent(s): fc7a5f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,9 +60,9 @@ def tts(text, model, voice, api_key):
60
  app = gr.Blocks()
61
 
62
  with app:
63
- gr.Markdown("# <center>🥳🎶🎡 - OpenAI TTS + AI变声</center>")
64
- gr.Markdown("### <center>🌟 - 地表最强文本转语音模型 + 3秒实时AI变声,支持中文!Powered by [OpenAI TTS](https://platform.openai.com/docs/guides/text-to-speech) and [KNN-VC](https://github.com/bshall/knn-vc) </center>")
65
- gr.Markdown("### <center>🌊 - 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
66
 
67
  with gr.Row(variant='panel'):
68
  api_key = gr.Textbox(type='password', label='OpenAI API Key', placeholder='请在此填写您的OpenAI API Key')
 
60
  app = gr.Blocks()
61
 
62
  with app:
63
+ gr.Markdown("# <center>🦄 - OpenAI TTS + AI变声</center>")
64
+ gr.Markdown("### <center>🎶 地表最强文本转语音模型 + 3秒实时AI变声,支持中文!Powered by [OpenAI TTS](https://platform.openai.com/docs/guides/text-to-speech) and [KNN-VC](https://github.com/bshall/knn-vc) </center>")
65
+ gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
66
 
67
  with gr.Row(variant='panel'):
68
  api_key = gr.Textbox(type='password', label='OpenAI API Key', placeholder='请在此填写您的OpenAI API Key')