Skip to content

Commit 6f34784

Browse files
committed
Updated the notebook
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 6a04890 commit 6f34784

File tree

3 files changed

+54
-264
lines changed

3 files changed

+54
-264
lines changed

examples/apps/ai_multi_ai_app/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from app import App
44

5-
65
if __name__ == "__main__":
76
logging.info(f"Begin {__name__}")
87
App().run()

monai/deploy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
exceptions
2121
"""
2222

23-
from . import _version, cli, core, exceptions, packager, runner, utils
23+
from . import _version, cli, core, exceptions, resources, utils
2424

2525
__version__ = _version.get_versions()["version"]

0 commit comments

Comments
 (0)