From 820a3367ce0d2cb24a7367f8fe20f7395ee82fa5 Mon Sep 17 00:00:00 2001 From: "majiahui@haimaqingfan.com" Date: Fri, 27 Sep 2024 17:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A3=80=E6=B5=8B=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=BE=B9=E7=95=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_chatgpt-detector_predict_redis_search.py | 2 +- run_model.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_chatgpt-detector_predict_redis_search.py b/flask_chatgpt-detector_predict_redis_search.py index 76f6668..44d9d31 100644 --- a/flask_chatgpt-detector_predict_redis_search.py +++ b/flask_chatgpt-detector_predict_redis_search.py @@ -72,4 +72,4 @@ def handle_query(): if __name__ == "__main__": - app.run(debug=False, host='0.0.0.0', port=16006) \ No newline at end of file + app.run(debug=False, host='0.0.0.0', port=16006) diff --git a/run_model.sh b/run_model.sh index 0c00bb5..88a2171 100644 --- a/run_model.sh +++ b/run_model.sh @@ -1 +1 @@ -nohup python chatgpt_detector_model_predict.py > chatgpt_detector_model_predict.myout.file 2>&1 & \ No newline at end of file +nohup python chatgpt_detector_model_predict.py > chatgpt_detector_model_predict.myout.file 2>&1 &