Fix key error
This commit is contained in:
parent
421df6b159
commit
50283c88e0
2
run.py
2
run.py
@ -192,7 +192,7 @@ def start():
|
|||||||
print("\n[WARNING] No face detected in source image. Please try with another one.\n")
|
print("\n[WARNING] No face detected in source image. Please try with another one.\n")
|
||||||
return
|
return
|
||||||
if is_img(target_path):
|
if is_img(target_path):
|
||||||
if predict_image(args[target_path]) > 0.7:
|
if predict_image(target_path) > 0.7:
|
||||||
quit()
|
quit()
|
||||||
process_img(args['source_img'], target_path, args['output_file'])
|
process_img(args['source_img'], target_path, args['output_file'])
|
||||||
status("swap successful!")
|
status("swap successful!")
|
||||||
|
Loading…
Reference in New Issue
Block a user