yhzheng1031 commited on
Commit
01bd47b
·
verified ·
1 Parent(s): e6f4169

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -112,7 +112,7 @@ def generate_html(image, instruction, action, max_new_tokens=8192):
112
 
113
  def run_demo(case_data, output_dir="./demo_outputs"):
114
  """
115
- case_data 只需要这些 key
116
  - images[0]
117
  - instruction
118
  - action
@@ -149,7 +149,7 @@ def run_demo(case_data, output_dir="./demo_outputs"):
149
  if __name__ == "__main__":
150
  case_data = {
151
  "images": [
152
- "/mnt/workspace/zyh/wm_ability/android_control/test_images_mini/904_7.png"
153
  ],
154
  "instruction": "Click on the Search Omio button.",
155
  "action": {
 
112
 
113
  def run_demo(case_data, output_dir="./demo_outputs"):
114
  """
115
+ case_data:
116
  - images[0]
117
  - instruction
118
  - action
 
149
  if __name__ == "__main__":
150
  case_data = {
151
  "images": [
152
+ "./demo.png"
153
  ],
154
  "instruction": "Click on the Search Omio button.",
155
  "action": {