BoyuNLP commited on
Commit
ead51e3
1 Parent(s): 3c175df
Files changed (2) hide show
  1. llava/conversation.py +1 -1
  2. pyproject.toml +1 -1
llava/conversation.py CHANGED
@@ -195,7 +195,7 @@ class Conversation:
195
  image_format='JPEG')
196
  img_str = f'<img src="data:image/jpeg;base64,{img_b64_str}" alt="user upload image" />'
197
  msg=img_str
198
- if not extra_coordinates:
199
  ret.append(["The element is at {extra_coordinates} on the screen:",None])
200
  ret.append([msg, None])
201
  break
 
195
  image_format='JPEG')
196
  img_str = f'<img src="data:image/jpeg;base64,{img_b64_str}" alt="user upload image" />'
197
  msg=img_str
198
+ if extra_coordinates:
199
  ret.append(["The element is at {extra_coordinates} on the screen:",None])
200
  ret.append([msg, None])
201
  break
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "uground_demo_test"
7
- version = "4.0"
8
  description = "Navigating the Digital World as Humans Do: Universal Visual Grounding for GUI Agents"
9
  readme = "README.md"
10
  requires-python = ">=3.8"
 
4
 
5
  [project]
6
  name = "uground_demo_test"
7
+ version = "4.1"
8
  description = "Navigating the Digital World as Humans Do: Universal Visual Grounding for GUI Agents"
9
  readme = "README.md"
10
  requires-python = ">=3.8"