diff --git a/main.py b/main.py index 4784382..b5a11b8 100644 --- a/main.py +++ b/main.py @@ -361,4 +361,4 @@ if __name__ == '__main__': print(f"Model loaded: {detector.model is not None}") print(f"Hardcoded test image: {HARDCODED_IMAGE_PATH}") - app.run(host='0.0.0.0', port=5001, debug=True) + app.run(host='0.0.0.0', port=5002, debug=True)