Aria-UI commited on
Commit
07eef99
·
verified ·
1 Parent(s): d76f31a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def request_aria_ui(image: np.ndarray, prompt: str) -> str:
37
  "content": [
38
  {
39
  "type": "text",
40
- "text": prompt
41
  },
42
  {
43
  "type": "image_url",
 
37
  "content": [
38
  {
39
  "type": "text",
40
+ "text": "<image>Given a GUI image, what are the relative (0-1000) pixel point coordinates for the element corresponding to the following instruction or description: " + prompt
41
  },
42
  {
43
  "type": "image_url",