From 71e04dd350480e8bf304f196d4f1acd23d0f741b Mon Sep 17 00:00:00 2001 From: Eric Zavesky Date: Wed, 18 Oct 2017 09:27:43 -0500 Subject: [PATCH] - minor addition to the web demo writeup --- web_demo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_demo/README.md b/web_demo/README.md index 900eee7..e39fc09 100644 --- a/web_demo/README.md +++ b/web_demo/README.md @@ -2,7 +2,7 @@ This web page sample allows the user to submit an image to an face detect and process task. -** Image Copyrights May Apply ** - the included sample videos may carry +**Image Copyrights May Apply** - the included sample videos may carry additional copyrights and are not meant for public resale or consumption. ## Example mood classification demo @@ -10,11 +10,11 @@ To utilize this demo... * confirm that your local instance is configured and running * download this directory to your local machine - * confirm the host port and analysis service URL in the file `image-classes.js` + * confirm the host port and analysis service URL in the file `face-privacy.js` ``` classificationServer: "http://localhost:8884/transform", ``` - + * alternatively, the parameter can be set from a url argument `url-image` * view the page `face-privacy.html` in a Chrome or Firefox browser * results will come back from detect and processing steps * you can switch between a few sample images or upload your own by clicking on the buttons below the main image window -- 2.16.6