Spaces:
Sleeping
Sleeping
wuxulong19950206
commited on
Commit
·
7499cbd
1
Parent(s):
fbaa02a
fix 描述
Browse files
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
|
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 = "
|
182 |
description = """
|
183 |
-
|
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
|