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