on_testing = False
This commit is contained in:
parent
4836fb3d6e
commit
0b98303582
2
app.py
2
app.py
|
@ -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():
|
||||||
|
|
Loading…
Reference in New Issue