csukuangfj commited on
Commit
3a4d643
1 Parent(s): 32359c0

update doc

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -177,12 +177,17 @@ title = "# Automatic Speech Recognition with Next-gen Kaldi"
177
  description = """
178
  This space shows how to do automatic speech recognition with Next-gen Kaldi.
179
 
 
 
180
  See more information by visiting the following links:
181
 
182
  - <https://github.com/k2-fsa/icefall>
183
  - <https://github.com/k2-fsa/sherpa>
184
  - <https://github.com/k2-fsa/k2>
185
  - <https://github.com/lhotse-speech/lhotse>
 
 
 
186
  """
187
 
188
  # css style is copied from
 
177
  description = """
178
  This space shows how to do automatic speech recognition with Next-gen Kaldi.
179
 
180
+ It is running on CPU within a docker container provided by Hugging Face.
181
+
182
  See more information by visiting the following links:
183
 
184
  - <https://github.com/k2-fsa/icefall>
185
  - <https://github.com/k2-fsa/sherpa>
186
  - <https://github.com/k2-fsa/k2>
187
  - <https://github.com/lhotse-speech/lhotse>
188
+
189
+ If you want to deploy it locally, please see
190
+ <https://k2-fsa.github.io/sherpa/>
191
  """
192
 
193
  # css style is copied from