From 4ee4d26e4811e9a531361c1a65e159974bad5cf6 Mon Sep 17 00:00:00 2001 From: yooooger <761181201@qq.com> Date: Tue, 2 Sep 2025 11:08:02 +0800 Subject: [PATCH] 1 --- Ai_tottle/ai_tottle_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Ai_tottle/ai_tottle_api.py b/Ai_tottle/ai_tottle_api.py index 315055f..c733f80 100644 --- a/Ai_tottle/ai_tottle_api.py +++ b/Ai_tottle/ai_tottle_api.py @@ -311,7 +311,6 @@ async def yolo_train_progress(request, project_name): "mAP50-95": 0.42 } } - ''' run_time = request.args.get("run_time") # 可选参数 result = await asyncio.to_thread(query_progress, project_name, run_time)