From b35f314f7bb4b77fed76196a00efbbf7bc6d817e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 2 Feb 2023 10:40:45 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index c7b3a4c..fc9ca3b 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -137,4 +137,4 @@ if os.path.isfile("/whisper.cpp/samples/jfk.wav"): # delete the sample file, so #subprocess.call("make " + whisper_model, shell=True) print("Starting webhook!") if __name__ == "__main__": - app.run(debug=True, host='0.0.0.0', port=int(webhookport)) + app.run(debug=False, host='0.0.0.0', port=int(webhookport))