| 14 | |
| 15 | |
| 16 | class inputModel(BaseModel): |
| 17 | img_path: str = Field(..., description="image path", examples=[""]) |
| 18 | |
| 19 | # Call model interface, post request |
| 20 | @app.post("/inter_api") |
nothing calls this directly
no outgoing calls
no test coverage detected