注释了sever.sh的17-21行

pull/1091/head
huangyuxin 4 years ago
parent ad49acc9fb
commit fbcea33f6b

@ -15,10 +15,10 @@ if [ $? -ne 0 ]; then
fi
# download well-trained model
bash local/download_model.sh
if [ $? -ne 0 ]; then
exit 1
fi
#bash local/download_model.sh
#if [ $? -ne 0 ]; then
# exit 1
#fi
# start demo server
CUDA_VISIBLE_DEVICES=0 \

Loading…
Cancel
Save