csukuangfj
commited on
Commit
·
53bfdee
1
Parent(s):
b91f9cc
small fixes
Browse files
app.py
CHANGED
@@ -164,12 +164,12 @@ def process(
|
|
164 |
return text, build_html_output(info)
|
165 |
|
166 |
|
167 |
-
title = "#
|
168 |
description = """
|
169 |
-
This space shows how to do automatic speech recognition with Next-gen Kaldi
|
170 |
-
using Whisper models.
|
171 |
|
172 |
-
It is running on
|
173 |
|
174 |
See more information by visiting the following links:
|
175 |
|
|
|
164 |
return text, build_html_output(info)
|
165 |
|
166 |
|
167 |
+
title = "# Speech recognition: [Next-gen Kaldi](https://github.com/k2-fsa) + [Whisper](https://github.com/openai/whisper/)"
|
168 |
description = """
|
169 |
+
This space shows how to do automatic speech recognition with [Next-gen Kaldi](https://github.com/k2-fsa)
|
170 |
+
using [Whisper](https://github.com/openai/whisper/) models.
|
171 |
|
172 |
+
It is running on a machine with 2 vCPUs with 16 GB RAM within a docker container provided by Hugging Face.
|
173 |
|
174 |
See more information by visiting the following links:
|
175 |
|