From e76fc2b516da2c5dcd522f0a0c530791f861d0cd Mon Sep 17 00:00:00 2001 From: Mike Guida Date: Wed, 11 Sep 2024 11:06:04 -0600 Subject: [PATCH] fix code block in deploy.md (#1941) Signed-off-by: Mike Guida --- docs/deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploy.md b/docs/deploy.md index 281bcee8dd..3ffe7267d4 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -54,6 +54,7 @@ passing input in the format expected by your model: curl http://localhost:5001/predictions -X POST \ --header "Content-Type: application/json" \ --data '{"input": {"image": "https://.../input.jpg"}}' +``` For more details about the HTTP API, see the [HTTP API reference documentation](http.md).