Skip to content

Commit 6a7b0ca

Browse files
authored
Update deploy.md
1 parent 0f873d8 commit 6a7b0ca

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/gh-runners

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/gh-runners/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ curl -X 'POST' 'http://localhost:8000/predict/' -H 'accept: application/json
178178
```
179179
The output should look like:
180180
```ouput
181-
{"predicted_class":1}
181+
{"predicted_class":6}
182182
```
183183

184184
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

Comments
 (0)