We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b22fad commit d946684Copy full SHA for d946684
tests/data/tfs/tfs-test-model-with-inference/code/inference.py
@@ -22,5 +22,5 @@ def input_handler(data, context):
22
23
def output_handler(data, context):
24
response_content_type = context.accept_header
25
- prediction = data.dlc_content
+ prediction = data.content
26
return prediction, response_content_type
0 commit comments