Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -391,7 +391,6 @@ class WhisperBase(ABC):
|
|
391 |
result_file_path = [info['path'] for info in files_to_download.values()]
|
392 |
|
393 |
# Fix tab indents
|
394 |
-
total_info = total_info.expandtabs()
|
395 |
result_str = result_str.expandtabs()
|
396 |
|
397 |
return [result_str,result_file_path,total_info]
|
|
|
391 |
result_file_path = [info['path'] for info in files_to_download.values()]
|
392 |
|
393 |
# Fix tab indents
|
|
|
394 |
result_str = result_str.expandtabs()
|
395 |
|
396 |
return [result_str,result_file_path,total_info]
|