LAP-DEV commited on
Commit
62de45c
·
verified ·
1 Parent(s): e8a32cb

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
@@ -236,7 +236,7 @@ class WhisperBase(ABC):
236
  def transcribe_file(self,
237
  files: Optional[List] = None,
238
  files_multi: Optional[List] = None,
239
- input_multi: bool = False,
240
  input_folder_path: Optional[str] = None,
241
  file_format: list = ["CSV"],
242
  add_timestamp: bool = True,
 
236
  def transcribe_file(self,
237
  files: Optional[List] = None,
238
  files_multi: Optional[List] = None,
239
+ input_multi: str = "Single",
240
  input_folder_path: Optional[str] = None,
241
  file_format: list = ["CSV"],
242
  add_timestamp: bool = True,