Browse Source

Update index.rst

Jason 4 years ago
parent
commit
68791c2fab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/gui/restful/index.rst

+ 3 - 1
docs/gui/restful/index.rst

@@ -8,7 +8,9 @@ PaddleX RESTful是基于PaddleX开发的RESTful API。
 
 同样您还可以根据RESTful API来开发自己的可视化界面。
 
-**paddlex --start_restful --port [端口号] --workspace_dir [工作空间地址]**
+```
+paddlex --start_restful --port 8081 --workspace_dir D:\Workspace
+```
 
 **注意:请确保启动RESTful的端口未被防火墙限制**