MCPcopy Create free account
hub / github.com/VisionRush/DeepFakeDefenders / inputModel

Class inputModel

infer_api.py:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class inputModel(BaseModel):
17 img_path: str = Field(..., description="image path", examples=[""])
18
19# Call model interface, post request
20@app.post("/inter_api")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected