YC-Chen commited on
Commit
19b816e
·
verified ·
1 Parent(s): eace39e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -82,6 +82,8 @@ print(result)
82
 
83
  ## Feature: Visual Instruction Following
84
 
 
 
85
  ![img_example](misc/img_example.jpg)
86
 
87
  ```python
@@ -90,7 +92,7 @@ conversations = [
90
  {"role": "user", "content": [
91
  {
92
  "type": "image",
93
- "image_path": image_path,
94
  },
95
  {
96
  "type": "text",
 
82
 
83
  ## Feature: Visual Instruction Following
84
 
85
+ Example Image:
86
+
87
  ![img_example](misc/img_example.jpg)
88
 
89
  ```python
 
92
  {"role": "user", "content": [
93
  {
94
  "type": "image",
95
+ "image_path": /path/to/example-image,
96
  },
97
  {
98
  "type": "text",