Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 92674f0

Browse files
committed
Fix typo
1 parent 94c8b0e commit 92674f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2functions/http-trigger-onnx-model/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ numpy==1.18.1
2626
```
2727

2828
## Configuration
29-
As specified in `functions.json`, this function is triggered by an HTTP request. It expects a POST request with raw image bytes (JPEG/PNG/whatever the Pillow library can open). Output is an HTTP response with the resulting styled transferred image (JPEG encoded).
29+
As specified in `functions.json`, this function is triggered by an HTTP request. It expects a POST request with raw image bytes (JPEG/PNG/whatever the Pillow library can open). Output is an HTTP response with the resulting style transferred image (JPEG encoded).
3030

3131
```json
3232
{

0 commit comments

Comments
 (0)