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 d946684 commit 7bd9190Copy full SHA for 7bd9190
tests/data/tfs/tfs-test-entrypoint-and-dependencies/inference.py
@@ -24,5 +24,5 @@ def input_handler(data, context):
24
25
def output_handler(data, context):
26
response_content_type = context.accept_header
27
- prediction = data.dlc_content
+ prediction = data.content
28
return prediction, response_content_type
0 commit comments