From f500dd586dea0aaaa8f0bc43c706ba430aa53049 Mon Sep 17 00:00:00 2001 From: kviktor Date: Sat, 5 Nov 2016 19:24:06 +0100 Subject: [PATCH] fix missing arms :scream: --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1038633..5d42c5e 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ sudo apt-get install redis-server sqlite3 pip install -r requirements.txt ``` -If you use virtualenv modify the postactivate file and add these settings (if not you can just paste them before starting the web server/celery ¯\_(ツ)_/¯) +If you use virtualenv modify the postactivate file and add these settings (if not you can just paste them before starting the web server/celery ¯\\\_(ツ)\_/¯ ``` export MODEL_DEF_PATH='/path/to/open_nsfw/nsfw_model/deploy.prototxt' export PRETRAINED_MODEL_PATH='/path/to/open_nsfw/nsfw_model/resnet_50_1by2_nsfw.caffemodel'