Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -640,7 +640,7 @@ class WhisperBase(ABC):
|
|
| 640 |
|
| 641 |
outputdata.append([col_time,col_speaker,col_text])
|
| 642 |
|
| 643 |
-
|
| 644 |
|
| 645 |
@staticmethod
|
| 646 |
def format_time(elapsed_time: float) -> str:
|
|
|
|
| 640 |
|
| 641 |
outputdata.append([col_time,col_speaker,col_text])
|
| 642 |
|
| 643 |
+
return outputdata
|
| 644 |
|
| 645 |
@staticmethod
|
| 646 |
def format_time(elapsed_time: float) -> str:
|