Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 002292a

Browse files
committed
Change model path
1 parent 50b1d79 commit 002292a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/build_artifacts/sagemaker/tensorflowServing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ function tfs_json_request(r, json) {
7575
// "fix" broken json escaping in \'instances\' message
7676
body = body.replace("\\'instances\\'", "'instances'")
7777
}
78-
7978
if (accept != undefined) {
8079
var content_types = accept.trim().replace(" ", "").split(",")
8180
if (content_types.includes('application/jsonlines') || content_types.includes('application/json')) {

0 commit comments

Comments
 (0)