From 5dcdc514df48ab8ba63e0843e1c6aecd594b1f28 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 20 Mar 2024 17:41:08 -0700 Subject: [PATCH] TIME] --- send_local_request_to_cogvlm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send_local_request_to_cogvlm.py b/send_local_request_to_cogvlm.py index d5310ba..eb93b07 100644 --- a/send_local_request_to_cogvlm.py +++ b/send_local_request_to_cogvlm.py @@ -53,7 +53,7 @@ def image_to_base64(image_path): response = requests.post(url, json=request_data, headers=headers) # Stop the timer -end_time = time.tim() +end_time = time.time() time_taken = end_time - start_time # Print the response from the server