no execution permission in demo/semantic_role_labeling by default
Created by: leonardgithub
I use the paddledev/paddle:cpu-devel-latest image, but I found the sh and py files are without x permission in the folder /root/paddle/demo/semantic_role_labeling, It is recommended you add the x permission like other demo such as quick_start/*.sh
commands: chmod +x *.sh chmod +x *.py