TaiYouWeb commited on
Commit
95f671a
·
verified ·
1 Parent(s): 6395f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]["text"])
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