update
Browse files
app.py
CHANGED
@@ -30,7 +30,8 @@ def speech_recognize(file):
|
|
30 |
ret += f'[ASR] {text}\n'
|
31 |
ret += f'[COR] {cor_text}\n'
|
32 |
ret += f'[PUN] {punc_text}'
|
33 |
-
return ret
|
|
|
34 |
|
35 |
|
36 |
iface = gr.Interface(
|
|
|
30 |
ret += f'[ASR] {text}\n'
|
31 |
ret += f'[COR] {cor_text}\n'
|
32 |
ret += f'[PUN] {punc_text}'
|
33 |
+
# return ret
|
34 |
+
return text
|
35 |
|
36 |
|
37 |
iface = gr.Interface(
|