Skip to content

Commit

Permalink
Change function name.
Browse files Browse the repository at this point in the history
Signed-off-by: esimov <esimovaq@yahoo.com>
  • Loading branch information
esimov authored and alexellis committed Aug 24, 2018
1 parent 076a274 commit ad457f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions store.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/SentimentAnalysis"
},
{
"title": "OpenFaaS Function for Face Detection",
"title": "Face Detection with Pigo",
"description": "Detect faces in images using the Pigo face detection library. You provide an image URI and the function draws boxes around the detected faces.",
"image": "esimov/openfaas-pigo:latest",
"name": "face-detect",
"image": "esimov/pigo-openfaas:0.1",
"name": "face-detect-pigo",
"network": "func_functions",
"repo_url": "https://github.com/esimov/openfaas-pigo",
"repo_url": "https://github.com/esimov/pigo-openfaas",
"readOnlyRootFilesystem": true,
"environment": {
"output_mode": "image",
Expand Down

0 comments on commit ad457f0

Please sign in to comment.