DeepLearning101 commited on
Commit
6f3e932
·
verified ·
1 Parent(s): 34662ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -84,9 +84,11 @@ description_html = """
84
  <h1 align='center'><a href='https://www.twman.org/AI/ASR/SpeechEnhancement' target='_blank'>中文語音質檢/噪音去除 (語音增強)</a></h1>
85
  <p align='center'><b>上傳一段音檔 (支援 .mp3, .wav),為了提升語音識別的效果,可以在識別前先進行噪音去除</b></p>
86
  <div align='center'>
 
 
 
87
  <a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D.</a> |
88
- <a href='https://www.twman.org/AI' target='_blank'> AI </a> |
89
- <a href='https://blog.twman.org/p/deeplearning101.html' target='_blank'>手把手帶你一起踩AI坑</a> |
90
  <a href='https://github.com/Deep-Learning-101' target='_blank'>GitHub</a> |
91
  <a href='http://deeplearning101.twman.org' target='_blank'>Deep Learning 101</a> |
92
  <a href='https://www.youtube.com/c/DeepLearning101' target='_blank'>YouTube</a>
 
84
  <h1 align='center'><a href='https://www.twman.org/AI/ASR/SpeechEnhancement' target='_blank'>中文語音質檢/噪音去除 (語音增強)</a></h1>
85
  <p align='center'><b>上傳一段音檔 (支援 .mp3, .wav),為了提升語音識別的效果,可以在識別前先進行噪音去除</b></p>
86
  <div align='center'>
87
+
88
+ <a href='https://deep-learning-101.github.io' target='_blank'>deep-learning-101.github.io</a> |
89
+ <a href='https://www.twman.org/AI' target='_blank'> AI </a> |
90
  <a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D.</a> |
91
+ <a href='https://blog.twman.org/p/deeplearning101.html' target='_blank'>手把手帶你一起踩AI坑</a>
 
92
  <a href='https://github.com/Deep-Learning-101' target='_blank'>GitHub</a> |
93
  <a href='http://deeplearning101.twman.org' target='_blank'>Deep Learning 101</a> |
94
  <a href='https://www.youtube.com/c/DeepLearning101' target='_blank'>YouTube</a>