Skip to content

Commit

Permalink
fix missing arms 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
kviktor committed Nov 5, 2016
1 parent 6c39b89 commit f500dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f500dd5

Please sign in to comment.