Skip to content

Commit

Permalink
fix: creator bug(#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin authored Sep 10, 2024
1 parent 09c4868 commit a4bb4ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ async def idphoto_inference(
size=size,
head_measure_ratio=head_measure_ratio,
head_height_ratio=head_height_ratio,
top_distance_max=top_distance_max,
top_distance_min=top_distance_min,
head_top_range=(top_distance_max, top_distance_min),
)
except FaceError:
result_message = {"status": False}
Expand Down

0 comments on commit a4bb4ce

Please sign in to comment.