From 18e73122bb29ef5982cfe7c78a2337a45a3c3d60 Mon Sep 17 00:00:00 2001 From: Tordor <3262978839@qq.com> Date: Fri, 27 Feb 2026 14:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=AB=AF=E7=82=B9=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=8E=A8=E7=90=86=E8=B0=83=E7=94=A8=E8=BF=9B=E8=A1=8C=E9=87=8D?= =?UTF-8?q?=E6=9E=84=EF=BC=8C=E4=BB=A5=E9=87=87=E7=94=A8=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=96=B9=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 32bf3c1..a3fb6d0 100644 --- a/main.py +++ b/main.py @@ -57,7 +57,7 @@ async def endpoint(body : Predictbody): result = None try: - result = engine.inference(res) + result = engine.inference_batch_json_data(res) except Exception as e: result = None