zxsipola123456 commited on
Commit
72c126a
·
verified ·
1 Parent(s): f1f53e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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秒变声+需要使用中转key</center>")
146
- gr.Markdown("### <center>中转key获取地址[here](https://buy.sipola.cn),ai文案生成可使用中转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')
 
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')