wuxulong19950206 commited on
Commit
7499cbd
·
1 Parent(s): fbaa02a

fix 描述

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -2,7 +2,7 @@
2
  Author: Wxl
3
  Date: 2024-03-11 13:58:58
4
  LastEditors: wuxulong19950206 [email protected]
5
- LastEditTime: 2024-03-11 20:41:32
6
  FilePath: \apeech_rec\app.py
7
  Description:
8
  Copyright (c) 2024 by ${git_name} email: ${git_email}, All Rights Reserved.
@@ -178,20 +178,9 @@ def process(
178
  logging.info(f"\nrepo_id: {repo_id}\nhyp: {text}")
179
 
180
  return text, build_html_output(info)
181
- title = "# Automatic Speech Recognition with Next-gen Kaldi"
182
  description = """
183
- This space shows how to do automatic speech recognition with Next-gen Kaldi.
184
- Please visit
185
- <https://k2-fsa.github.io/sherpa/ncnn/wasm/hf-spaces.html>
186
- for streaming speech recognition with **Next-gen Kaldi** using WebAssembly.
187
- It is running on CPU within a docker container provided by Hugging Face.
188
- See more information by visiting the following links:
189
- - <https://github.com/k2-fsa/icefall>
190
- - <https://github.com/k2-fsa/sherpa>
191
- - <https://github.com/k2-fsa/k2>
192
- - <https://github.com/lhotse-speech/lhotse>
193
- If you want to deploy it locally, please see
194
- <https://k2-fsa.github.io/sherpa/>
195
  """
196
 
197
  # css style is copied from
 
2
  Author: Wxl
3
  Date: 2024-03-11 13:58:58
4
  LastEditors: wuxulong19950206 [email protected]
5
+ LastEditTime: 2024-03-11 22:26:59
6
  FilePath: \apeech_rec\app.py
7
  Description:
8
  Copyright (c) 2024 by ${git_name} email: ${git_email}, All Rights Reserved.
 
178
  logging.info(f"\nrepo_id: {repo_id}\nhyp: {text}")
179
 
180
  return text, build_html_output(info)
181
+ title = "#汉语语音识别"
182
  description = """
183
+ 汉语普通话语音识别
 
 
 
 
 
 
 
 
 
 
 
184
  """
185
 
186
  # css style is copied from