LAP-DEV commited on
Commit
ee7e9b8
·
verified ·
1 Parent(s): d090ee4

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -0
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: