Spaces:
Runtime error
Runtime error
Commit
·
fdec65d
1
Parent(s):
826449b
small fixes
Browse files
app.py
CHANGED
@@ -162,9 +162,9 @@ def process(
|
|
162 |
)
|
163 |
|
164 |
logging.info(info)
|
165 |
-
logging.info(f"hyp:\n{
|
166 |
|
167 |
-
return
|
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"
|