Skip to content

Commit 7bd9190

Browse files
authored
fix auto changes
1 parent d946684 commit 7bd9190

File tree

1 file changed

+1
-1
lines changed
  • tests/data/tfs/tfs-test-entrypoint-and-dependencies

1 file changed

+1
-1
lines changed

tests/data/tfs/tfs-test-entrypoint-and-dependencies/inference.py

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

2525
def output_handler(data, context):
2626
response_content_type = context.accept_header
27-
prediction = data.dlc_content
27+
prediction = data.content
2828
return prediction, response_content_type

0 commit comments

Comments
 (0)