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()