zxsipola123456 commited on
Commit
7fb68ea
·
verified ·
1 Parent(s): 06cc3bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with app:
108
  btn_text.click(tts, [inp_text, model, voice, api_key], inp1)
109
  btn1.click(voice_change, [inp1, inp2], out1)
110
 
111
- with gr.Tab("Fast TTS"):
112
  with gr.Row():
113
  with gr.Column():
114
  input_text = gr.Textbox(label="请填写您想生成的文本中英文皆可",placeholder="请输入ai生成的文案,不要超过300字,最好200字左右",lines=5)
 
108
  btn_text.click(tts, [inp_text, model, voice, api_key], inp1)
109
  btn1.click(voice_change, [inp1, inp2], out1)
110
 
111
+ with gr.Tab("Fast TTS",interactive=False) as edge_tts_tab:
112
  with gr.Row():
113
  with gr.Column():
114
  input_text = gr.Textbox(label="请填写您想生成的文本中英文皆可",placeholder="请输入ai生成的文案,不要超过300字,最好200字左右",lines=5)