fix height_weight table
This commit is contained in:
parent
4967008abb
commit
c218e0bbf3
2 changed files with 9 additions and 7 deletions
|
|
@ -46,6 +46,7 @@ async def estimate(request: models.EstimationRequest):
|
|||
raise e
|
||||
except Exception as e:
|
||||
print("Exception in estimate: ", e)
|
||||
raise e
|
||||
raise HTTPException(
|
||||
status_code=500,
|
||||
detail=f"Server error: {str(e)}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue