PaddleOCR/deploy/hubserving/ocr_rec/config.json

16 lines
284 B
JSON
Raw Normal View History

2020-07-09 20:34:42 +08:00
{
"modules_info": {
"ocr_rec": {
"init_args": {
"version": "1.0.0",
"use_gpu": true
},
"predict_args": {
}
}
2020-07-12 16:05:28 +08:00
},
"port": 8867,
"use_multiprocess": false,
"workers": 2
2020-07-09 20:34:42 +08:00
}