kevinwang676 commited on
Commit
36a4a56
·
1 Parent(s): de47435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with app:
123
  btn1 = gr.Button("使用AI小杰的声音", variant="primary")
124
  with gr.Column():
125
  with gr.Row():
126
- out = gr.Audio(label="为您生成的专属音频", type="filepath")
127
  out1 = gr.Audio(label="更高采样率的专属音频", type="filepath")
128
  btn2 = gr.Button("一键提高采样率")
129
 
@@ -131,6 +131,7 @@ with app:
131
  btn1.click(fn=infer1, inputs=[inp], outputs=[out])
132
  btn2.click(fn=extend, inputs=[out], outputs=[out1])
133
 
 
134
  gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
135
  gr.HTML('''
136
  <div class="footer">
 
123
  btn1 = gr.Button("使用AI小杰的声音", variant="primary")
124
  with gr.Column():
125
  with gr.Row():
126
+ out = gr.Audio(label="为您生成的专属音频")
127
  out1 = gr.Audio(label="更高采样率的专属音频", type="filepath")
128
  btn2 = gr.Button("一键提高采样率")
129
 
 
131
  btn1.click(fn=infer1, inputs=[inp], outputs=[out])
132
  btn2.click(fn=extend, inputs=[out], outputs=[out1])
133
 
134
+ gr.Markdown("#")
135
  gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
136
  gr.HTML('''
137
  <div class="footer">