csukuangfj commited on
Commit
fdec65d
·
1 Parent(s): 826449b

small fixes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,9 +162,9 @@ def process(
162
  )
163
 
164
  logging.info(info)
165
- logging.info(f"hyp:\n{hyp}")
166
 
167
- return hyp, build_html_output(info)
168
 
169
 
170
  title = "# Automatic Speech Recognition with Next-gen Kaldi"
 
162
  )
163
 
164
  logging.info(info)
165
+ logging.info(f"hyp:\n{s.result.text}")
166
 
167
+ return s.result.text, build_html_output(info)
168
 
169
 
170
  title = "# Automatic Speech Recognition with Next-gen Kaldi"