Update modules/whisper/whisper_base.py
Browse files
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:
|
| 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,
|