Xidong commited on
Commit
6ac6cb0
1 Parent(s): 6e9add0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.inference(query, image_paths)
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