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 &