From 5309b5eb08884fc4dc441083b7be90e17873d5a3 Mon Sep 17 00:00:00 2001 From: Shivam Jain Date: Tue, 22 Jul 2025 20:46:43 +0530 Subject: [PATCH] adding comment just to get started --- whisper/transcribe.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whisper/transcribe.py b/whisper/transcribe.py index 0a4cc36..f1b9cdf 100644 --- a/whisper/transcribe.py +++ b/whisper/transcribe.py @@ -617,7 +617,6 @@ def cli(): except Exception as e: traceback.print_exc() print(f"Skipping {audio_path} due to {type(e).__name__}: {str(e)}") - - +#adding comment just to check if __name__ == "__main__": cli()