gitlost-murali commited on
Commit
7a3ed69
1 Parent(s): 657cb25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ url = "https://docs.askui.com/assets/images/how_askui_works_architecture-363bc8b
73
  image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
74
  prompt = 'click on the text "Operating System"'
75
 
76
- coordinates, _ = pta_text_inference.process_image(image, prompt)
77
  coordinates
78
  >>> [0.3981265723705292, 0.13768285512924194]
79
  ```
 
73
  image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
74
  prompt = 'click on the text "Operating System"'
75
 
76
+ coordinates = pta_text_inference.process_image(image, prompt)
77
  coordinates
78
  >>> [0.3981265723705292, 0.13768285512924194]
79
  ```