Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,9 @@ python llava_olmo.py
|
|
30 |
To pass in your own query, modify the following lines within the llava_olmo.py file:
|
31 |
|
32 |
#Define Image and Text inputs..
|
|
|
33 |
text = "Be concise. What are the four major tournaments of the sport shown in the image?"
|
|
|
34 |
url = "https://farm3.staticflickr.com/2157/2439959136_d932f4e816_z.jpg"
|
35 |
|
36 |
|
|
|
30 |
To pass in your own query, modify the following lines within the llava_olmo.py file:
|
31 |
|
32 |
#Define Image and Text inputs..
|
33 |
+
|
34 |
text = "Be concise. What are the four major tournaments of the sport shown in the image?"
|
35 |
+
|
36 |
url = "https://farm3.staticflickr.com/2157/2439959136_d932f4e816_z.jpg"
|
37 |
|
38 |
|