ssolito commited on
Commit
5b25bd7
·
verified ·
1 Parent(s): fe1504e

Update whisper.py

Browse files
Files changed (1) hide show
  1. whisper.py +1 -1
whisper.py CHANGED
@@ -225,6 +225,6 @@ def generate(audio_path, use_v5):
225
  task = "transcribe"
226
  output = transcribe_pipeline(format_audio(audio_path), task)
227
 
228
- clean_output = post_process_transcription(output, max_repeats=1)
229
 
230
  return clean_output
 
225
  task = "transcribe"
226
  output = transcribe_pipeline(format_audio(audio_path), task)
227
 
228
+ clean_output = post_process_transcription(output)
229
 
230
  return clean_output