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 194df26 commit 9b22fadCopy full SHA for 9b22fad
tests/data/tfs/tfs-test-entrypoint-with-handler/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