diff --git a/flask_check_bert.py b/flask_check_bert.py index b5c9818..267dd7d 100644 --- a/flask_check_bert.py +++ b/flask_check_bert.py @@ -864,4 +864,4 @@ t = Thread(target=classify) t.start() if __name__ == "__main__": - app.run(host="0.0.0.0", port=16001, threaded=True, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=16001, threaded=True, debug=True, use_reloader=False) \ No newline at end of file