Skip to content

Commit d946684

Browse files
authored
fix auto changes
1 parent 9b22fad commit d946684

File tree

1 file changed

+1
-1
lines changed
  • tests/data/tfs/tfs-test-model-with-inference/code

1 file changed

+1
-1
lines changed

tests/data/tfs/tfs-test-model-with-inference/code/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def input_handler(data, context):
2222

2323
def output_handler(data, context):
2424
response_content_type = context.accept_header
25-
prediction = data.dlc_content
25+
prediction = data.content
2626
return prediction, response_content_type

0 commit comments

Comments
 (0)