File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
recipes/computer_vision/object_detection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ As stated above, by default the model service will use [`facebook/detr-resnet-10
6060
6161``` bash
6262# from path model_servers/object_detection_python from repo containers/ai-lab-recipes
63- make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-50 run
63+ make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-101 run
6464```
6565
6666## Build the AI Application
@@ -81,7 +81,7 @@ This could be any appropriately hosted Model Service (running locally or in the
8181The following Podman command can be used to run your AI Application:
8282
8383``` bash
84- podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000/detection object_detection_client
84+ podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000 object_detection_client
8585```
8686
8787### Interact with the AI Application
You can’t perform that action at this time.
0 commit comments