hqfang commited on
Commit
0aadf46
·
verified ·
1 Parent(s): 9f811c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ model = AutoModelForImageTextToText.from_pretrained(
72
  # task instruction
73
  instruction = "close the box"
74
 
75
- # strictly follow the following reasoning prompt
76
  prompt = (
77
  f"The task is {instruction}. "
78
  "What is the action that the robot should take. "
 
72
  # task instruction
73
  instruction = "close the box"
74
 
75
+ # strictly follow this reasoning prompt
76
  prompt = (
77
  f"The task is {instruction}. "
78
  "What is the action that the robot should take. "