Skip to content

Commit

Permalink
fix code block in deploy.md (#1941)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Guida <[email protected]>
  • Loading branch information
mguida22 authored Sep 11, 2024
1 parent 0125bd6 commit e76fc2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e76fc2b

Please sign in to comment.