From 73a5ecf1d02167f69dfcb6bad2f40caa98d5b64f Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 28 Apr 2023 15:01:08 -0700 Subject: [PATCH] changing port --- stt/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stt/app.py b/stt/app.py index c5d60d5..d3cc933 100644 --- a/stt/app.py +++ b/stt/app.py @@ -45,4 +45,4 @@ def transcribe(): if __name__ == "__main__": - app.run(host="0.0.0.0", port=5000, debug=True) + app.run(host="0.0.0.0", port=5001, debug=True)