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 f1d05c3 commit 97fb812Copy full SHA for 97fb812
examples/apps/ai_pancrea_seg_app/__main__.py
@@ -9,9 +9,8 @@
9
# See the License for the specific language governing permissions and
10
# limitations under the License.
11
12
-from app import AIPancreasSegApp
13
-
14
from monai.deploy.logger import load_env_log_level
+from app import AIPancreasSegApp
15
16
if __name__ == "__main__":
17
load_env_log_level()
examples/apps/ai_pancrea_seg_app/app.py
@@ -32,6 +32,7 @@
32
33
# from monai.deploy.operators.stl_conversion_operator import STLConversionOperator # uncomment if need be used
34
35
+
36
# @resource(cpu=1, gpu=1, memory="7Gi")
37
# @md.env(pip_packages=["torch>=1.12.0"])
38
# pip_packages can be a string that is a path(str) to requirements.txt file or a list of packages.
0 commit comments