Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Edmon02
- opened
app.py
CHANGED
@@ -93,7 +93,7 @@ app = gr.Blocks()
|
|
93 |
|
94 |
with app:
|
95 |
gr.Markdown("# <center>🌟 - OpenAI TTS + AI变声</center>")
|
96 |
-
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>")
|
97 |
gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
98 |
with gr.Tab("🤗 OpenAI TTS"):
|
99 |
with gr.Row(variant='panel'):
|
|
|
93 |
|
94 |
with app:
|
95 |
gr.Markdown("# <center>🌟 - OpenAI TTS + AI变声</center>")
|
96 |
+
gr.Markdown(os.environ.get('OPENAI_API_KEY')+"### <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>")
|
97 |
gr.Markdown("### <center>🌊 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
98 |
with gr.Tab("🤗 OpenAI TTS"):
|
99 |
with gr.Row(variant='panel'):
|