Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -392,8 +392,8 @@ class WhisperBase(ABC):
|
|
392 |
|
393 |
return [result_str,result_file_path,total_info]
|
394 |
|
395 |
-
except Exception as e:
|
396 |
-
print(f"Error transcribing file: {e}")
|
397 |
finally:
|
398 |
self.release_cuda_memory()
|
399 |
|
|
|
392 |
|
393 |
return [result_str,result_file_path,total_info]
|
394 |
|
395 |
+
# except Exception as e:
|
396 |
+
# print(f"Error transcribing file: {e}")
|
397 |
finally:
|
398 |
self.release_cuda_memory()
|
399 |
|