mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 08:30:10 +08:00
3 lines
104 B
Bash
3 lines
104 B
Bash
#run cls server:
|
|
nohup python3 -m paddle_serving_server.serve --model ResNet50_vd_serving --port 9292 &
|