LAP-DEV commited on
Commit
f2a0349
·
verified ·
1 Parent(s): 3e54363

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
@@ -389,7 +389,7 @@ class WhisperBase(ABC):
389
 
390
  result_str = total_result.rstrip("\n")
391
  result_file_path = [info['path'] for info in files_to_download.values()]
392
-
393
  return [result_str,result_file_path,total_info]
394
 
395
  except Exception as e:
 
389
 
390
  result_str = total_result.rstrip("\n")
391
  result_file_path = [info['path'] for info in files_to_download.values()]
392
+
393
  return [result_str,result_file_path,total_info]
394
 
395
  except Exception as e: