Skip to content

Commit

Permalink
Update Windows_Tutorial_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhjh authored Nov 15, 2021
1 parent 43955b4 commit 78b62a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Windows_Tutorial_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class YourWebService(WebService):
your_service = YourService(name="XXX")
your_service.load_model_config("your_model_path")
your_service.prepare_server(workdir="workdir", port=9292)
# 如果是GPU用户,可以参照python/examples/ocr下的python示例
# 如果是GPU用户,可以参照Serving/examples/Pipeline/PaddleOCR/ocr下的python示例
your_service.run_debugger_service()
# Windows平台不可以使用 run_rpc_service()接口
your_service.run_web_service()
Expand Down

0 comments on commit 78b62a2

Please sign in to comment.