From fd52ba8bcc76a3e919dfee1a7706d4ef453dad77 Mon Sep 17 00:00:00 2001 From: Charlie Holtz Date: Tue, 7 Nov 2023 12:41:34 -0500 Subject: [PATCH] cleanup --- capture.py | 2 +- judge.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/capture.py b/capture.py index e35fe14..c94dfa3 100644 --- a/capture.py +++ b/capture.py @@ -38,7 +38,7 @@ while True: else: print("Failed to capture image") - # Wait for 5 seconds + # Wait for 2 seconds time.sleep(2) # Release the camera and close all windows diff --git a/judge.py b/judge.py index 58cce14..787cf89 100644 --- a/judge.py +++ b/judge.py @@ -47,7 +47,6 @@ def analyze_posture(base64_image): { "type": "image_url", "image_url": f"data:image/jpeg;base64,{base64_image}", - # "image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg" }, ], }