Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -293,6 +293,8 @@ class WhisperBase(ABC):
|
|
293 |
finally:
|
294 |
self.release_cuda_memory()
|
295 |
|
|
|
|
|
296 |
def transcribe_mic(self,
|
297 |
mic_audio: str,
|
298 |
file_format: str = "SRT",
|
|
|
293 |
finally:
|
294 |
self.release_cuda_memory()
|
295 |
|
296 |
+
return ["","",""]
|
297 |
+
|
298 |
def transcribe_mic(self,
|
299 |
mic_audio: str,
|
300 |
file_format: str = "SRT",
|