From 9eb8142a0bae83cdcf1a7d804c56bcd67c09303a Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Mon, 19 Aug 2024 17:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=85=A5=E5=85=B3?= =?UTF-8?q?=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/xinference/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/xinference/base.py b/backend/app/xinference/base.py index 3a91374..374c2ca 100644 --- a/backend/app/xinference/base.py +++ b/backend/app/xinference/base.py @@ -13,7 +13,6 @@ from llama_index.core.instrumentation.events.rerank import ReRankStartEvent, ReR from llama_index.core.postprocessor.types import BaseNodePostprocessor from llama_index.core.schema import ImageType, NodeWithScore, QueryBundle from pydantic import Field -from win32comext.shell.demos.IUniformResourceLocator import new_sh logger = logging.getLogger(__name__)