Remove open command from README
bdwyer2 opened this issue · 0 comments
bdwyer2 commented
README.md contains this line:
$ curl -F "image=@assets/bridge.jpg" -XPOST http://localhost:5000/model/predict?model=udnie > result.jpg && open result.jpg
however open
is a command specific to OSX, we should remove this or specify it only works on Mac