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 1a771bd commit cf7a839Copy full SHA for cf7a839
examples/apps/ai_multi_ai_app/app.py
@@ -90,6 +90,7 @@ def compose(self):
90
# during init to provide the optional packages info, parsed from the bundle, to the packager
91
# for it to install the packages in the MAP docker image.
92
# Setting output IOType to DISK only works only for leaf operators, not the case in this example.
93
+ # When multiple models/bundles are supported, create an inference operator for each.
94
bundle_spleen_seg_op = MonaiBundleInferenceOperator(
95
input_mapping=[IOMapping("image", Image, IOType.IN_MEMORY)],
96
output_mapping=[IOMapping("pred", Image, IOType.IN_MEMORY)],
0 commit comments