From 0b98303582f255a9c973d69e3f6416abf822aeeb Mon Sep 17 00:00:00 2001 From: zaqxs123456 <56287342+zaqxs123456@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:32:55 +0800 Subject: [PATCH] on_testing = False --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f0556a8..c22a471 100644 --- a/app.py +++ b/app.py @@ -27,7 +27,7 @@ expo_raw_sd_dir = info['expo_raw_sd_dir'] expo_openpose_dir = info['expo_openpose_dir'] on_postprocessing = False -on_testing = True +on_testing = False @app.route('/expo_fencing_pose', methods=['POST']) def expo_fencing_pose():