diff --git a/app_audio.py b/app_audio.py index 88819bd..8779afb 100644 --- a/app_audio.py +++ b/app_audio.py @@ -18,4 +18,4 @@ print("Decoded Text : {}".format(text)) except Exception as ex: - print(ex) \ No newline at end of file + print(f"Sorry the following error occured :{ex}")