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)