mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
adding comment just to get started
This commit is contained in:
parent
c0d2f624c0
commit
5309b5eb08
@ -617,7 +617,6 @@ def cli():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print(f"Skipping {audio_path} due to {type(e).__name__}: {str(e)}")
|
print(f"Skipping {audio_path} due to {type(e).__name__}: {str(e)}")
|
||||||
|
#adding comment just to check
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
cli()
|
cli()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user