diff --git a/gpt_blob.py b/gpt_blob.py index 7c90730..2ec6185 100644 --- a/gpt_blob.py +++ b/gpt_blob.py @@ -37,6 +37,6 @@ def nn(root,im): tk.Misc.lift(label) sleep(0.05) - print("Image cords: ", label.winfo_x(), 670 - label.winfo_y()) + print("Image cords: ", label.winfo_x(), 720 - label.winfo_y() - image.height()) #x1, y1 = image.coords(image) # print(f'Image cords: {}')