Skip to content

Commit

Permalink
TIME]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Mar 21, 2024
1 parent ac07909 commit 5dcdc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_local_request_to_cogvlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dcdc51

Please sign in to comment.