Skip to content

Commit cf7a839

Browse files
committed
Add more comments and to trigger a Github build for testing formatting check.
Signed-off-by: mmelqin <[email protected]>
1 parent 1a771bd commit cf7a839

File tree

1 file changed

+1
-0
lines changed
  • examples/apps/ai_multi_ai_app

1 file changed

+1
-0
lines changed

examples/apps/ai_multi_ai_app/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def compose(self):
9090
# during init to provide the optional packages info, parsed from the bundle, to the packager
9191
# for it to install the packages in the MAP docker image.
9292
# 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.
9394
bundle_spleen_seg_op = MonaiBundleInferenceOperator(
9495
input_mapping=[IOMapping("image", Image, IOType.IN_MEMORY)],
9596
output_mapping=[IOMapping("pred", Image, IOType.IN_MEMORY)],

0 commit comments

Comments
 (0)