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 c5ef480 commit 380f5e3Copy full SHA for 380f5e3
examples/apps/ai_multi_ai_app/app.py
@@ -161,7 +161,7 @@ def compose(self):
161
segment_descriptions=seg_descriptions_pancreas, custom_tags=custom_tags_pancreas
162
)
163
164
- # NOTE: Sharp eyed readers can alreay see that the above instantiation of object can be simply parameterized.
+ # NOTE: Sharp eyed readers can already see that the above instantiation of object can be simply parameterized.
165
# Very true, but leaving them as if for easy reading. In fact the whole app can be parameterized for general use.
166
167
# Create the processing pipeline, by specifying the upstream and downstream operators, and
0 commit comments