laubonghaudoi commited on
Commit
36102a3
·
verified ·
1 Parent(s): f5bbafc

Default has punct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def transcribe_audio(audio_path):
22
  transcriber = AutoTranscriber(
23
  corrector="opencc",
24
  use_denoiser=False,
25
- with_punct=False
26
  )
27
 
28
  transcribe_results = transcriber.transcribe(audio_path)
 
22
  transcriber = AutoTranscriber(
23
  corrector="opencc",
24
  use_denoiser=False,
25
+ with_punct=True
26
  )
27
 
28
  transcribe_results = transcriber.transcribe(audio_path)