csukuangfj
commited on
Commit
•
9c5436a
1
Parent(s):
284f73e
small fixes
Browse files- generate-vad-asr.py +2 -2
generate-vad-asr.py
CHANGED
@@ -136,11 +136,11 @@ see https://www.tablesgenerator.com/html_tables#
|
|
136 |
"""
|
137 |
if "-cn" not in filename:
|
138 |
content += """
|
139 |
-
For Chinese users, please <a href="./apk-
|
140 |
which replaces <a href="huggingface.co">huggingface.co</a> with <a href="hf-mirror.com">hf-mirror.com</a>
|
141 |
<br/>
|
142 |
<br/>
|
143 |
-
中国用户, 请访问<a href="./apk-
|
144 |
<br/>
|
145 |
<br/>
|
146 |
"""
|
|
|
136 |
"""
|
137 |
if "-cn" not in filename:
|
138 |
content += """
|
139 |
+
For Chinese users, please <a href="./apk-asr-cn.html">visit this address</a>,
|
140 |
which replaces <a href="huggingface.co">huggingface.co</a> with <a href="hf-mirror.com">hf-mirror.com</a>
|
141 |
<br/>
|
142 |
<br/>
|
143 |
+
中国用户, 请访问<a href="./apk-asr-cn.html">这个地址</a>
|
144 |
<br/>
|
145 |
<br/>
|
146 |
"""
|