From ec2438f97f716654bf53730201f1a9663ade6d84 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Fri, 17 May 2024 18:43:32 +0800 Subject: [PATCH] =?UTF-8?q?feat=20generate=20=E6=B1=A1=E7=82=B9=E5=9B=BE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index cccabb9..b029c1e 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -62,7 +62,7 @@ MILVUS_TABLE_KEYPOINT = "keypoint_cache" MILVUS_TABLE_SEG = "seg_cache" # attribute service config -ATT_TRITON_URL = "10.1.1.240:8020" +ATT_TRITON_URL = "10.1.1.240:10000" # SR service config SR_MODEL_NAME = "super_resolution"