on_testing = False

This commit is contained in:
zaqxs123456 2024-10-25 22:32:55 +08:00
parent 4836fb3d6e
commit 0b98303582
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -27,7 +27,7 @@ expo_raw_sd_dir = info['expo_raw_sd_dir']
expo_openpose_dir = info['expo_openpose_dir'] expo_openpose_dir = info['expo_openpose_dir']
on_postprocessing = False on_postprocessing = False
on_testing = True on_testing = False
@app.route('/expo_fencing_pose', methods=['POST']) @app.route('/expo_fencing_pose', methods=['POST'])
def expo_fencing_pose(): def expo_fencing_pose():