Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def transcribe_audio(file_path, vad_model="fsmn-vad", punc_model="ct-punc", vad_
|
|
56 |
ban_emo_unk=ban_emo_unk
|
57 |
)
|
58 |
|
59 |
-
text = rich_transcription_postprocess(res[0]
|
60 |
|
61 |
return text
|
62 |
|
|
|
56 |
ban_emo_unk=ban_emo_unk
|
57 |
)
|
58 |
|
59 |
+
text = rich_transcription_postprocess(res[0])
|
60 |
|
61 |
return text
|
62 |
|