LukasHug commited on
Commit
3b5ea0b
·
verified ·
1 Parent(s): 0e8e2ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ For model inference, you can access this server by running the code provided bel
50
  `python my_script.py`
51
 
52
  ```Python
53
- from transformers import AutoProcessor, LlavaForConditionalGeneration
54
  from PIL import Image
55
  import requests
56
 
 
50
  `python my_script.py`
51
 
52
  ```Python
53
+ from transformers import AutoProcessor, LlavaOnevisionForConditionalGeneration
54
  from PIL import Image
55
  import requests
56