Spaces:
Paused
Paused
zxsipola123456
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -142,8 +142,8 @@ def update_edge_tts_tab(api_key):
|
|
142 |
app = gr.Blocks()
|
143 |
|
144 |
with app:
|
145 |
-
gr.Markdown("# <center>TTS文本生成语音 + AI
|
146 |
-
gr.Markdown("### <center
|
147 |
with gr.Tab("中转key-TTS文本生语音"):
|
148 |
with gr.Row(variant='panel'):
|
149 |
api_key = gr.Textbox(type='password', label='API Key', placeholder='请在此填写您在https://buy.sipola.cn获取的中转API Key')
|
|
|
142 |
app = gr.Blocks()
|
143 |
|
144 |
with app:
|
145 |
+
gr.Markdown("# <center>TTS文本生成语音 + AI秒变声</center>")
|
146 |
+
gr.Markdown("### <center>key获取地址[here](https://buy.sipola.cn),ai文案生成(可使用中转key和官方key)请访问 [here](https://ai.sipola.cn)</center>")
|
147 |
with gr.Tab("中转key-TTS文本生语音"):
|
148 |
with gr.Row(variant='panel'):
|
149 |
api_key = gr.Textbox(type='password', label='API Key', placeholder='请在此填写您在https://buy.sipola.cn获取的中转API Key')
|