Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ app = gr.Blocks()
|
|
89 |
|
90 |
with app:
|
91 |
gr.Markdown("# <center>TTS文本生成语音 + AI秒变声+需要使用中转key</center>")
|
92 |
-
gr.Markdown("### <center>中转key
|
93 |
with gr.Tab("TTS文本生语音"):
|
94 |
with gr.Row(variant='panel'):
|
95 |
api_key = gr.Textbox(type='password', label='API Key', placeholder='请在此填写您的中转API Key')
|
|
|
89 |
|
90 |
with app:
|
91 |
gr.Markdown("# <center>TTS文本生成语音 + AI秒变声+需要使用中转key</center>")
|
92 |
+
gr.Markdown("### <center>中转key获取地址[here](https://buy.sipola.cn),ai文案生成可使用中转key,请访问 [here](https://ai.sipola.cn)</center>")
|
93 |
with gr.Tab("TTS文本生语音"):
|
94 |
with gr.Row(variant='panel'):
|
95 |
api_key = gr.Textbox(type='password', label='API Key', placeholder='请在此填写您的中转API Key')
|