DeepLearning101 commited on
Commit
2042ed0
·
verified ·
1 Parent(s): a81e667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def main():
34
  fn=correct_text,
35
  inputs=gr.Textbox(lines=5, placeholder="請輸入需要修正的中文文本..."),
36
  outputs=gr.Textbox(label="修正後的文本"),
37
- title="<h1 align='center'>客服ASR文本AI糾錯系統</h1>",
38
- description="""<h2 align='center'><a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a></h2><br>
39
  輸入ASR文本,糾正同音字/詞錯誤<br>
40
  <a href='https://reurl.cc/g6GlZX' target='_blank'>手把手帶你一起踩AI坑</a> | <a href='https://blog.twman.org/2024/11/diffusion.html' target='_blank'>ComfyUI + Stable Diffuision</a><br>
41
  <a href='https://blog.twman.org/2024/08/LLM.html' target='_blank'>白話文手把手帶你科普 GenAI</a> | <a href='https://blog.twman.org/2024/09/LLM.html' target='_blank'>大型語言模型直接就打完收工?</a><br>
 
34
  fn=correct_text,
35
  inputs=gr.Textbox(lines=5, placeholder="請輸入需要修正的中文文本..."),
36
  outputs=gr.Textbox(label="修正後的文本"),
37
+ title="<h1>客服ASR文本AI糾錯系統</h1>",
38
+ description="""<h2><a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D. @ 2024/04 </a></h2><br>
39
  輸入ASR文本,糾正同音字/詞錯誤<br>
40
  <a href='https://reurl.cc/g6GlZX' target='_blank'>手把手帶你一起踩AI坑</a> | <a href='https://blog.twman.org/2024/11/diffusion.html' target='_blank'>ComfyUI + Stable Diffuision</a><br>
41
  <a href='https://blog.twman.org/2024/08/LLM.html' target='_blank'>白話文手把手帶你科普 GenAI</a> | <a href='https://blog.twman.org/2024/09/LLM.html' target='_blank'>大型語言模型直接就打完收工?</a><br>