We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f873d8 commit 6a7b0caCopy full SHA for 6a7b0ca
content/learning-paths/servers-and-cloud-computing/gh-runners/deploy.md
@@ -178,7 +178,7 @@ curl -X 'POST' 'http://localhost:8000/predict/' -H 'accept: application/json
178
```
179
The output should look like:
180
```ouput
181
-{"predicted_class":1}
+{"predicted_class":6}
182
183
184
You have now validated that you were able to successfully deploy your application, serve your model as an API and make predictions on a test image.
0 commit comments