Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,6 @@ description_html = """
|
|
122 |
<li><a href='https://blog.twman.org/2021/04/ASR.html' target='_blank'>那些語音處理 (Speech Processing) 踩的坑</a>:分享語音處理領域的實務經驗</li>
|
123 |
<li><a href='https://blog.twman.org/2023/07/wsl.html' target='_blank'>用PPOCRLabel來幫PaddleOCR做OCR的微調和標註</a></li>
|
124 |
<li><a href='https://blog.twman.org/2023/07/HugIE.html' target='_blank'>基於機器閱讀理解和指令微調的統一信息抽取框架之診斷書醫囑資訊擷取分析</a></li>
|
125 |
-
<li><a href='https://github.com/shibing624/pycorrector' target='_blank'>Masked Language Model (MLM) as correction BERT</a></li>
|
126 |
</ul>
|
127 |
|
128 |
<br>
|
@@ -144,9 +143,7 @@ if __name__ == "__main__":
|
|
144 |
],
|
145 |
title="🎙️ 語音分離 Demo - Deep Learning 101",
|
146 |
description=description_html, # 直接使用HTML描述
|
147 |
-
flagging_mode="never",
|
148 |
allow_flagging="never",
|
149 |
-
allow_screenshot=False,
|
150 |
live=True,
|
151 |
examples=[
|
152 |
["examples/sample1.wav"],
|
|
|
122 |
<li><a href='https://blog.twman.org/2021/04/ASR.html' target='_blank'>那些語音處理 (Speech Processing) 踩的坑</a>:分享語音處理領域的實務經驗</li>
|
123 |
<li><a href='https://blog.twman.org/2023/07/wsl.html' target='_blank'>用PPOCRLabel來幫PaddleOCR做OCR的微調和標註</a></li>
|
124 |
<li><a href='https://blog.twman.org/2023/07/HugIE.html' target='_blank'>基於機器閱讀理解和指令微調的統一信息抽取框架之診斷書醫囑資訊擷取分析</a></li>
|
|
|
125 |
</ul>
|
126 |
|
127 |
<br>
|
|
|
143 |
],
|
144 |
title="🎙️ 語音分離 Demo - Deep Learning 101",
|
145 |
description=description_html, # 直接使用HTML描述
|
|
|
146 |
allow_flagging="never",
|
|
|
147 |
live=True,
|
148 |
examples=[
|
149 |
["examples/sample1.wav"],
|