TaiYouWeb commited on
Commit
30c9926
·
verified ·
1 Parent(s): 66c8ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def transcribe_audio(file_path, vad_model="fsmn-vad", vad_kwargs='{"max_single_s
55
  ban_emo_unk=ban_emo_unk
56
  )
57
 
58
- text = rich_transcription_postprocess(res[0])
59
 
60
  return text
61
 
 
55
  ban_emo_unk=ban_emo_unk
56
  )
57
 
58
+ text = res[0]
59
 
60
  return text
61