diff --git a/cloud/app.py b/cloud/app.py index a6ff835..b5bceca 100644 --- a/cloud/app.py +++ b/cloud/app.py @@ -250,7 +250,7 @@ async def cooking_params(): enhanced_filepath = enhance_image_for_ai(filepath) # Concurrent AI Execution - safety_task = asyncio.to_thread(safety_checker.check_dish_safety, enhanced_filepath) + safety_task = asyncio.to_thread(safety_checker.check_dish_safety, filepath) planner_task = asyncio.to_thread( microwave_cook_planner.generate_plan, image_path=enhanced_filepath,