Update image_processing.facebox_face_detect.markdown
This commit is contained in:
parent
be8f1e5f5a
commit
c0d8d08c1e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ The `facebox_face_detect` image processing component allows you to detect (i.e.
|
|||
```
|
||||
MB_KEY="INSERT-YOUR-KEY-HERE"
|
||||
|
||||
docker run -p 8080:8080 -e "MB_KEY=$MB_KEY" -e "MB_FACEBOX_DISABLE_RECOGNITION=true" machinebox/facebox
|
||||
sudo docker run --name=facebox --restart=always 8080:8080 -e "MB_KEY=$MB_KEY" -e "MB_FACEBOX_DISABLE_RECOGNITION=true" machinebox/facebox
|
||||
```
|
||||
|
||||
To enable this component in your installation, add the following to your `configuration.yaml` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue