You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* misc readme changes
* Update DEPLOY_MODEL.md
moved protocol onto same line as ports to match ui
* Update README.md
* Update README.md
nit
* Update deploy.json
Fixed example endpoints
* Update README.md
grammar
2. (Optional Step) The instructions to install the command line tools are optional and not required to deploy the model using this tutorial. You may choose to install them while waiting for the cluster to be created, if you wish to do so.
9
+
2. (Optional Step) The instructions to install the command line tools are optional and not required to deploy the model using this tutorial. While not required, you may choose to install them while waiting for the cluster to be created.
10
10
11
11
3. On your cluster dashboard, select `Worker Nodes` in the sidebar and take note of the `Public IP Address` for the node.
12
12
13
+
> Note: The IP address will not be displayed until the cluster is fully deployed.
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,25 +74,24 @@ If you already have a model API endpoint available you can skip this process.
74
74
75
75
### Deploy the Web App
76
76
77
-
1. Press the ``Deploy to IBM Cloud`` button. If you do not have an IBM Cloud account yet, you will need to create one.
77
+
1. Press the `Deploy to IBM Cloud` button. If you do not have an IBM Cloud account yet, you will need to create one.
78
78
79
79
[](https://bluemix.net/deploy?repository=https://github.com/IBM/MAX-Image-Caption-Generator-Web-App)
80
80
81
-
2. Click `Delivery Pipeline` and fill in the form with Image Caption Generator API endpoint deployed above then
82
-
click on ``Create``.
81
+
2. Click `Delivery Pipeline` and fill in the form with the Image Caption Generator API endpoint deployed above, then click on `Create`.
83
82
84
-
> e.g. `https://max-image-caption-generator.mybluemix.net/model/predict`
83
+
> The format for this entry should be `http://170.0.0.1:5000`
0 commit comments