DeepLearning101 commited on
Commit
fea346a
·
verified ·
1 Parent(s): 289da22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -54,6 +54,9 @@ if __name__ == '__main__':
54
  title="客服ASR文本AI糾錯系統",
55
  description="""<a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a><br>
56
  輸入ASR文本,糾正同音字/詞錯誤<br>
 
 
 
57
  Masked Language Model (MLM) as correction BERT""",
58
  examples=examples
59
  ).launch()
 
54
  title="客服ASR文本AI糾錯系統",
55
  description="""<a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a><br>
56
  輸入ASR文本,糾正同音字/詞錯誤<br>
57
+ <a href='https://blog.twman.org/2021/04/ASR.html' target='_blank'>那些語音處理 (Speech Processing) 踩的坑</a><br>
58
+ <a href='https://blog.twman.org/2024/02/asr-tts.html' target='_blank'>那些ASR和TTS可能會踩的坑</a><br>
59
+ <a href='https://blog.twman.org/2021/04/NLP.html' target='_blank'>那些自然語言處理 (Natural Language Processing, NLP) 踩的坑</a><br>
60
  Masked Language Model (MLM) as correction BERT""",
61
  examples=examples
62
  ).launch()