ybelkada commited on
Commit
2cc78f9
1 Parent(s): c8c7870

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ Below we used [`"llava-hf/llava-1.5-13b-hf"`](https://huggingface.co/llava-hf/ll
39
  ```python
40
  from transformers import pipeline
41
  from PIL import Image
42
- import request
43
 
44
  model_id = "llava-hf/llava-1.5-13b-hf"
45
  pipe = pipeline("image-to-text", model=model_id)
 
39
  ```python
40
  from transformers import pipeline
41
  from PIL import Image
42
+ import requests
43
 
44
  model_id = "llava-hf/llava-1.5-13b-hf"
45
  pipe = pipeline("image-to-text", model=model_id)