Skip to content

Commit 9b22fad

Browse files
authored
fix auto changes
1 parent 194df26 commit 9b22fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/tfs/tfs-test-entrypoint-with-handler/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)