diff --git a/check_gpt/app.py b/check_gpt/app.py index a55793d..ca6fae7 100644 --- a/check_gpt/app.py +++ b/check_gpt/app.py @@ -113,6 +113,5 @@ def check_text(): return jsonify({"result": result}) - if __name__ == '__main__': app.run(host='0.0.0.0', port=5000, debug=True) \ No newline at end of file