DeepLearning101 commited on
Commit
04668c4
1 Parent(s): ba82619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
35
  ],
36
  #outputs=gr.outputs.Textbox(label="語音質檢音檔噪音去除結果"),
37
  outputs=gr.outputs.Audio(type="filepath", label="Output"),
38
- title="語音質檢噪音去除 (語音增強):Meta Denoiser",
39
  description=(
40
  "為了提升語音識別的效果,可以在識別前先進行噪音去除"
41
  ),
 
35
  ],
36
  #outputs=gr.outputs.Textbox(label="語音質檢音檔噪音去除結果"),
37
  outputs=gr.outputs.Audio(type="filepath", label="Output"),
38
+ title="<p style='text-align: center'><a href='https://www.twman.org/AI' target='_blank'>語音質檢噪音去除 (語音增強):Meta Denoiser</a>",
39
  description=(
40
  "為了提升語音識別的效果,可以在識別前先進行噪音去除"
41
  ),