Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ image_paths = ['image_path1'] # image or video path
|
|
77 |
|
78 |
from cli import Chatbot
|
79 |
bot = Chatbot(path-to-longllava)
|
80 |
-
output = bot.
|
81 |
print(output) # Prints the output of the model
|
82 |
```
|
83 |
|
|
|
77 |
|
78 |
from cli import Chatbot
|
79 |
bot = Chatbot(path-to-longllava)
|
80 |
+
output = bot.chat(query, image_paths)
|
81 |
print(output) # Prints the output of the model
|
82 |
```
|
83 |
|