From 4c06e35a7c5132a935266883126c66b72c7e9777 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Wed, 9 Jan 2019 00:27:12 +0100 Subject: [PATCH] Usage instruction of the WebAssembly face detector model --- WebAssemby/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WebAssemby/README.md b/WebAssemby/README.md index dc78d08..9b70c20 100644 --- a/WebAssemby/README.md +++ b/WebAssemby/README.md @@ -13,7 +13,5 @@ directives on your .htaccess or Virtual host configuration: **AddOutputFilterByType DEFLATE application/wasm** -For chrome users, you must test the model on actual Web server, -whether served locally (i.e http://127.0.0.1) or remotely. -This is due to the fact that chrome does not allow WebAssembly -modules to be loaded directly from the file system ( Edge and Firefox does not have such issue). +For chrome users, you must test the model on an actual web server, whether served locally (i.e http://127.0.0.1) or remotely. +This is due to the fact that chrome does not allow WebAssembly modules to be loaded directly from the file system ( Edge and Firefox do not have such issue).