Skip to content

Commit

Permalink
Update Windows_Tutorial_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhjh authored Nov 15, 2021
1 parent 47eca9c commit 43955b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Windows_Tutorial_EN.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)
# If you are a GPU user, you can refer to the python example under python/examples/ocr
# If you are a GPU user, you can refer to the python example under Serving/examples/Pipeline/PaddleOCR/ocr
your_service.run_debugger_service()
# Windows platform cannot use run_rpc_service() interface
your_service.run_web_service()
Expand Down

0 comments on commit 43955b4

Please sign in to comment.