From 3ec08ddb7f66e14d10162731b0cf342f0d458073 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:13:52 +0800 Subject: [PATCH] Update mednist_classifier_bentoml.ipynb --- deployment/bentoml/mednist_classifier_bentoml.ipynb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deployment/bentoml/mednist_classifier_bentoml.ipynb b/deployment/bentoml/mednist_classifier_bentoml.ipynb index 697317669a..35ff9c0752 100644 --- a/deployment/bentoml/mednist_classifier_bentoml.ipynb +++ b/deployment/bentoml/mednist_classifier_bentoml.ipynb @@ -94,12 +94,6 @@ } ], "source": [ - "from bentoml.utils import cached_property # noqa: F401\n", - "from bentoml.adapters import FileInput, JsonOutput # noqa: F401\n", - "from bentoml.frameworks.pytorch import PytorchModelArtifact # noqa: F401\n", - "import bentoml # noqa: F401\n", - "from PIL import Image # noqa: F401\n", - "from typing import BinaryIO, List # noqa: F401\n", "import os\n", "import shutil\n", "import tempfile\n",