LAP-DEV commited on
Commit
9995e29
·
verified ·
1 Parent(s): af0d409

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
modules/whisper/whisper_base.py CHANGED
@@ -483,7 +483,7 @@ class WhisperBase(ABC):
483
  output_path += '.txt'
484
 
485
  elif file_format == "csv":
486
- content = get_txt(transcribed_segments)
487
  output_path += '.csv'
488
 
489
  write_file(content, output_path)
 
483
  output_path += '.txt'
484
 
485
  elif file_format == "csv":
486
+ content = get_csv(transcribed_segments)
487
  output_path += '.csv'
488
 
489
  write_file(content, output_path)