Update README.md
Browse files
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
|
| 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 |
-
"/
|
| 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": {
|