csukuangfj commited on
Commit
53bfdee
·
1 Parent(s): b91f9cc

small fixes

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -164,12 +164,12 @@ def process(
164
  return text, build_html_output(info)
165
 
166
 
167
- title = "# Automatic Speech Recognition with Next-gen Kaldi using Whisper models"
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 CPU within a docker container provided by Hugging Face.
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