Update README.md
Browse files
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
|
| 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 |
```
|