BoyuNLP commited on
Commit
2e51443
1 Parent(s): 125a54b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ if __name__ == "__main__":
70
  gws.models = []
71
 
72
  gws.title_markdown += """
73
- This is a demo for UGround from *Navigating the Digital World as Humans Do: Universal Visual Grounding for GUI Agents*. We load the **4bit** model for it.
74
  """
75
 
76
  print(f"args: {gws.args}")
 
70
  gws.models = []
71
 
72
  gws.title_markdown += """
73
+ Have a try with UGround (4-bit): Upload a screenshot and write a text referring to an element of interest. Then submit it to see the result.
74
  """
75
 
76
  print(f"args: {gws.args}")