主题功能完成
This commit is contained in:
@ -149,7 +149,7 @@ def get_img_leafer(image_id: int, session: Session = Depends(get_db)):
|
||||
:return:
|
||||
"""
|
||||
img_leafer_out = ps.get_img_leafer(image_id, session)
|
||||
return rc.response_success(data=img_leafer_out)
|
||||
return rc.response_success(data=img_leafer_out.leafer)
|
||||
|
||||
|
||||
@project.get("/run_train/{project_id}")
|
||||
|
Reference in New Issue
Block a user