Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -366,7 +366,7 @@ class WhisperBase(ABC):
|
|
366 |
file_name=file_name,
|
367 |
transcribed_segments=transcribed_segments,
|
368 |
add_timestamp=add_timestamp,
|
369 |
-
file_format=
|
370 |
output_dir=self.output_dir
|
371 |
)
|
372 |
files_to_download[file_name+"_"+output_format.lower()] = {"path": file_path}
|
|
|
366 |
file_name=file_name,
|
367 |
transcribed_segments=transcribed_segments,
|
368 |
add_timestamp=add_timestamp,
|
369 |
+
file_format=output_format.lower(),
|
370 |
output_dir=self.output_dir
|
371 |
)
|
372 |
files_to_download[file_name+"_"+output_format.lower()] = {"path": file_path}
|