csukuangfj commited on
Commit
7c30d69
·
1 Parent(s): e1f0cdd

minor fixes

Browse files
Files changed (1) hide show
  1. build-generate-subtitles.py +14 -0
build-generate-subtitles.py CHANGED
@@ -60,6 +60,16 @@ def to_file(filename: str, files: List[str]):
60
  This page lists the APPs for <strong>generating subtitles</strong> using <a href="http://github.com/k2-fsa/sherpa-onnx">sherpa-onnx</a>,
61
  one of the deployment frameworks of <a href="https://github.com/k2-fsa">the Next-gen Kaldi project</a>.
62
  <br/>
 
 
 
 
 
 
 
 
 
 
63
  The name of an APP has the following rule:
64
  <ul>
65
  <li> sherpa-onnx-{version}-generate-subtitles-{os}-{arch}-{model}-{lang}
@@ -83,6 +93,10 @@ where
83
  You can download all supported models from
84
  <a href="https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models">https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models</a>
85
 
 
 
 
 
86
  <br/>
87
  <br/>
88
 
 
60
  This page lists the APPs for <strong>generating subtitles</strong> using <a href="http://github.com/k2-fsa/sherpa-onnx">sherpa-onnx</a>,
61
  one of the deployment frameworks of <a href="https://github.com/k2-fsa">the Next-gen Kaldi project</a>.
62
  <br/>
63
+ <br/>
64
+ <Strong>Note</Strong>
65
+ <ul>
66
+ <li>It runs on <strong>CPU</strong> locally <strong>without accessing the network</strong>
67
+ <li>No need to install anything
68
+ <li>All you need is to download, unzip, and double click to run it
69
+ <li>No need to install anything
70
+ <li>本地 CPU 运行。下载、解压、双击,即可运行。免安装。
71
+ </ul>
72
+ <br/>
73
  The name of an APP has the following rule:
74
  <ul>
75
  <li> sherpa-onnx-{version}-generate-subtitles-{os}-{arch}-{model}-{lang}
 
93
  You can download all supported models from
94
  <a href="https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models">https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models</a>
95
 
96
+ <br/>
97
+ <br/>
98
+ If you are curious about how the APPs are built and want to find the source code, please
99
+ visit <a href="https://k2-fsa.github.io/sherpa/onnx/lazarus/generate-subtitles.html">https://k2-fsa.github.io/sherpa/onnx/lazarus/generate-subtitles.html</a>
100
  <br/>
101
  <br/>
102