From c32b0b6ffba5be95aa40a1561852831ae2728774 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 28 Apr 2023 15:01:45 -0700 Subject: [PATCH] explanation --- stt/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stt/app.py b/stt/app.py index d3cc933..c383955 100644 --- a/stt/app.py +++ b/stt/app.py @@ -45,4 +45,5 @@ def transcribe(): if __name__ == "__main__": + # 0.0.0.0 opens up to all ipv4 addresses app.run(host="0.0.0.0", port=5001, debug=True)