Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -289,6 +289,7 @@ class WhisperBase(ABC):
|
|
| 289 |
result_str = total_result
|
| 290 |
result_file_path = [info['path'] for info in files_info.values()]
|
| 291 |
|
|
|
|
| 292 |
return [result_str, result_file_path, total_info]
|
| 293 |
|
| 294 |
except Exception as e:
|
|
|
|
| 289 |
result_str = total_result
|
| 290 |
result_file_path = [info['path'] for info in files_info.values()]
|
| 291 |
|
| 292 |
+
total_info +=len(files_info)
|
| 293 |
return [result_str, result_file_path, total_info]
|
| 294 |
|
| 295 |
except Exception as e:
|