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
{{ message }}
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: v2functions/http-trigger-onnx-model/readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ onnxruntime==1.1.0
25
25
numpy==1.18.1
26
26
```
27
27
28
+
Make sure you have these in your `requirements.txt` at the root of your function app.
29
+
28
30
## Configuration
29
31
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).
30
32
@@ -90,4 +92,4 @@ az webapp config appsettings set \
0 commit comments