@@ -62,7 +62,7 @@ start() {
echo "🔧 Using PaddleX: $(which paddlex)"
# 启动PaddleX服务
- nohup paddlex --serve \
+ nohup python3 start_paddlex_with_adapter.py --serve \
--port $PORT \
--device "$DEVICE" \
--pipeline "$PIPELINE_CONFIG" \