kevinwang676 commited on
Commit
2636400
·
1 Parent(s): 79e9146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def tts(text, model, voice, api_key):
73
  app = gr.Blocks()
74
 
75
  with app:
76
- gr.Markdown("# <center>🦄 - OpenAI TTS + AI变声</center>")
77
  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>")
78
  gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
79
 
 
73
  app = gr.Blocks()
74
 
75
  with app:
76
+ gr.Markdown("# <center>🌟 - OpenAI TTS + AI变声</center>")
77
  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>")
78
  gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
79