Update README.md
Browse files
README.md
CHANGED
@@ -82,6 +82,8 @@ print(result)
|
|
82 |
|
83 |
## Feature: Visual Instruction Following
|
84 |
|
|
|
|
|
85 |

|
86 |
|
87 |
```python
|
@@ -90,7 +92,7 @@ conversations = [
|
|
90 |
{"role": "user", "content": [
|
91 |
{
|
92 |
"type": "image",
|
93 |
-
"image_path":
|
94 |
},
|
95 |
{
|
96 |
"type": "text",
|
|
|
82 |
|
83 |
## Feature: Visual Instruction Following
|
84 |
|
85 |
+
Example Image:
|
86 |
+
|
87 |

|
88 |
|
89 |
```python
|
|
|
92 |
{"role": "user", "content": [
|
93 |
{
|
94 |
"type": "image",
|
95 |
+
"image_path": /path/to/example-image,
|
96 |
},
|
97 |
{
|
98 |
"type": "text",
|