Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|